diff options
author | heinz <heinz@pkgsrc.org> | 2009-10-31 03:31:27 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2009-10-31 03:31:27 +0000 |
commit | 9f21ac74fa1b7c9595c41e472811fbb8263ce07a (patch) | |
tree | ce3b5818b31b39f1097053479fb59ec600d6def0 /devel | |
parent | 28943ad085aca77a9b2c9758ff33dcadfbd5fb11 (diff) | |
download | pkgsrc-9f21ac74fa1b7c9595c41e472811fbb8263ce07a.tar.gz |
Initial import of p5-Package-Constants.
The Perl module Package::Constants lists all the constants defined in a
Perl package. This can be useful for, among others, setting up an
autogenerated @EXPORT/@EXPORT_OK for a Constants.pm file.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Package-Constants/DESCR | 3 | ||||
-rw-r--r-- | devel/p5-Package-Constants/Makefile | 20 | ||||
-rw-r--r-- | devel/p5-Package-Constants/distinfo | 5 |
3 files changed, 28 insertions, 0 deletions
diff --git a/devel/p5-Package-Constants/DESCR b/devel/p5-Package-Constants/DESCR new file mode 100644 index 00000000000..c5edcad9545 --- /dev/null +++ b/devel/p5-Package-Constants/DESCR @@ -0,0 +1,3 @@ +The Perl module Package::Constants lists all the constants defined in a +Perl package. This can be useful for, among others, setting up an +autogenerated @EXPORT/@EXPORT_OK for a Constants.pm file. diff --git a/devel/p5-Package-Constants/Makefile b/devel/p5-Package-Constants/Makefile new file mode 100644 index 00000000000..b5ab0bfab20 --- /dev/null +++ b/devel/p5-Package-Constants/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/10/31 03:31:27 heinz Exp $ +# + +DISTNAME= Package-Constants-0.02 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Package/} + +MAINTAINER= heinz@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Package-Constants/ +COMMENT= Lists all the constants defined in a Perl package +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/Package/Constants/.packlist +USE_LANGUAGES= # none + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Package-Constants/distinfo b/devel/p5-Package-Constants/distinfo new file mode 100644 index 00000000000..c3ce85f1426 --- /dev/null +++ b/devel/p5-Package-Constants/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/10/31 03:31:27 heinz Exp $ + +SHA1 (Package-Constants-0.02.tar.gz) = 441a42ac6db5fc8da7caef84c380bf7113e3c643 +RMD160 (Package-Constants-0.02.tar.gz) = f7ab76211247bda0efab54fb805d6929c0f03939 +Size (Package-Constants-0.02.tar.gz) = 2761 bytes |