Date: Tue, 18 Jun 2013 17:58:59 +0000 (UTC) From: Tom Judge <tj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321210 - in head/devel: . p5-constant Message-ID: <201306181758.r5IHwxHg052520@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tj Date: Tue Jun 18 17:58:58 2013 New Revision: 321210 URL: http://svnweb.freebsd.org/changeset/ports/321210 Log: New port for devel/p5-constant This pragma allows you to declare constants at compile-time. WWW: http://search.cpan.org/dist/constant/ Added: head/devel/p5-constant/ head/devel/p5-constant/Makefile (contents, props changed) head/devel/p5-constant/distinfo (contents, props changed) head/devel/p5-constant/pkg-descr (contents, props changed) head/devel/p5-constant/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Jun 18 17:55:12 2013 (r321209) +++ head/devel/Makefile Tue Jun 18 17:58:58 2013 (r321210) @@ -2975,6 +2975,7 @@ SUBDIR += p5-capitalization SUBDIR += p5-carton SUBDIR += p5-common-sense + SUBDIR += p5-constant SUBDIR += p5-constant-boolean SUBDIR += p5-constant-def SUBDIR += p5-constant-lexical Added: head/devel/p5-constant/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-constant/Makefile Tue Jun 18 17:58:58 2013 (r321210) @@ -0,0 +1,20 @@ +# Created by: Tom Judge <tj@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= constant +PORTVERSION= 1.27 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= tj@FreeBSD.org +COMMENT= Perl pragma to declare constants + +BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple +RUN_DEPENDS:= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= constant.3 + +.include <bsd.port.mk> Added: head/devel/p5-constant/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-constant/distinfo Tue Jun 18 17:58:58 2013 (r321210) @@ -0,0 +1,2 @@ +SHA256 (constant-1.27.tar.gz) = 744453124b07800d6fd6b901061892cbbcc134a316adbe0f1edfc5f89e04312b +SIZE (constant-1.27.tar.gz) = 14967 Added: head/devel/p5-constant/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-constant/pkg-descr Tue Jun 18 17:58:58 2013 (r321210) @@ -0,0 +1,3 @@ +This pragma allows you to declare constants at compile-time. + +WWW: http://search.cpan.org/dist/constant/ Added: head/devel/p5-constant/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-constant/pkg-plist Tue Jun 18 17:58:58 2013 (r321210) @@ -0,0 +1,3 @@ +%%SITE_PERL%%/constant.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/constant/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/constant
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306181758.r5IHwxHg052520>