diff options
author | miwi <miwi@FreeBSD.org> | 2009-12-03 00:11:36 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-12-03 00:11:36 +0800 |
commit | a04f685ee6bfd8f674aec7cf129c9e210e46ff0e (patch) | |
tree | 0f109be850d7ca36e9b136b4401395d8992f0853 /devel | |
parent | 43e3d5a48a1f65a42c823928cccdd662aadb536a (diff) | |
download | freebsd-ports-gnome-a04f685ee6bfd8f674aec7cf129c9e210e46ff0e.tar.gz freebsd-ports-gnome-a04f685ee6bfd8f674aec7cf129c9e210e46ff0e.tar.zst freebsd-ports-gnome-a04f685ee6bfd8f674aec7cf129c9e210e46ff0e.zip |
Define TRUE and FALSE constants.
WWW: http://search.cpan.org/dist/constant-boolean
PR: ports/140971
Submitted by: Andrey Kostenko <andrey at kostenko.name>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-constant-boolean/Makefile | 20 | ||||
-rw-r--r-- | devel/p5-constant-boolean/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-constant-boolean/pkg-descr | 3 | ||||
-rw-r--r-- | devel/p5-constant-boolean/pkg-plist | 11 |
5 files changed, 38 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index f2bdbda843be..dcebe8de6ba4 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2141,6 +2141,7 @@ SUBDIR += p5-boolean SUBDIR += p5-capitalization SUBDIR += p5-common-sense + SUBDIR += p5-constant-boolean SUBDIR += p5-constant-def SUBDIR += p5-constant-lexical SUBDIR += p5-doxygenfilter diff --git a/devel/p5-constant-boolean/Makefile b/devel/p5-constant-boolean/Makefile new file mode 100644 index 000000000000..130132e077a6 --- /dev/null +++ b/devel/p5-constant-boolean/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: constant-boolean +# Whom: Andrey Kostenko <andrey@kostenko.name> +# Date created: 02 December 2009 +# +# $FreeBSD$ +# + +PORTNAME= constant-boolean +PORTVERSION= 0.02 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= andrey@kostenko.name +COMMENT= Define TRUE and FALSE constants. + +PERL_CONFIGURE= 5.6+ +MAN3= constant::boolean.3 + +.include <bsd.port.mk> diff --git a/devel/p5-constant-boolean/distinfo b/devel/p5-constant-boolean/distinfo new file mode 100644 index 000000000000..33368c5635e9 --- /dev/null +++ b/devel/p5-constant-boolean/distinfo @@ -0,0 +1,3 @@ +MD5 (constant-boolean-0.02.tar.gz) = 21cabbd2b4994bbc39881eed05f5eb53 +SHA256 (constant-boolean-0.02.tar.gz) = cd2c59d58061ce1a4975a313160df7186f62eea2655b85d520e5e24e9eeb0fe9 +SIZE (constant-boolean-0.02.tar.gz) = 14214 diff --git a/devel/p5-constant-boolean/pkg-descr b/devel/p5-constant-boolean/pkg-descr new file mode 100644 index 000000000000..02213a1aece5 --- /dev/null +++ b/devel/p5-constant-boolean/pkg-descr @@ -0,0 +1,3 @@ +Define TRUE and FALSE constants. + +WWW: http://search.cpan.org/dist/constant-boolean diff --git a/devel/p5-constant-boolean/pkg-plist b/devel/p5-constant-boolean/pkg-plist new file mode 100644 index 000000000000..4c58a381d12f --- /dev/null +++ b/devel/p5-constant-boolean/pkg-plist @@ -0,0 +1,11 @@ +%%SITE_PERL%%/constant/boolean.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/constant/boolean/.packlist +@dirrmtry %%SITE_PERL%%/auto/constant/boolean +@dirrmtry %%SITE_PERL%%/auto/constant +@dirrmtry %%SITE_PERL%%/constant +@dirrmtry %%SITE_PERL%% +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/constant/boolean +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/constant +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%% +@dirrmtry blib/script |