diff options
author | seb <seb@pkgsrc.org> | 2004-11-11 14:16:53 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2004-11-11 14:16:53 +0000 |
commit | 5f427a9b3c990ee044d4196b65e592584b3d14fe (patch) | |
tree | c80792f00040c32152c3e30c75ab762d5311e608 /devel | |
parent | a571307b1d9906449eaff4a65cdf293bf5e8183d (diff) | |
download | pkgsrc-5f427a9b3c990ee044d4196b65e592584b3d14fe.tar.gz |
Initial addition of p5-PAR-Dist version 0.07 in to the NetBSD Packages
Collection.
The Perl 5 module PAR::Dist is a toolkit to create and manipulate
PAR (Perl Archive) distributions.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-PAR-Dist/DESCR | 2 | ||||
-rw-r--r-- | devel/p5-PAR-Dist/Makefile | 19 | ||||
-rw-r--r-- | devel/p5-PAR-Dist/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-PAR-Dist/distinfo | 4 |
4 files changed, 26 insertions, 0 deletions
diff --git a/devel/p5-PAR-Dist/DESCR b/devel/p5-PAR-Dist/DESCR new file mode 100644 index 00000000000..7a308aee82c --- /dev/null +++ b/devel/p5-PAR-Dist/DESCR @@ -0,0 +1,2 @@ +The Perl 5 module PAR::Dist is a toolkit to create and manipulate +PAR (Perl Archive) distributions. diff --git a/devel/p5-PAR-Dist/Makefile b/devel/p5-PAR-Dist/Makefile new file mode 100644 index 00000000000..10123d5f22c --- /dev/null +++ b/devel/p5-PAR-Dist/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/11/11 14:16:53 seb Exp $ +# + +DISTNAME= PAR-Dist-0.07 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5moi +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PAR/} + +MAINTAINER= seb@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/PAR-Dist/ +COMMENT= Perl module toolkit to create and manipulate PAR distributions + +USE_BUILDLINK3= YES +USE_LANGUAGES= # empty +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/PAR/Dist/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-PAR-Dist/PLIST b/devel/p5-PAR-Dist/PLIST new file mode 100644 index 00000000000..7a877091dac --- /dev/null +++ b/devel/p5-PAR-Dist/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/11 14:16:53 seb Exp $ diff --git a/devel/p5-PAR-Dist/distinfo b/devel/p5-PAR-Dist/distinfo new file mode 100644 index 00000000000..51e5e9afbd6 --- /dev/null +++ b/devel/p5-PAR-Dist/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/11/11 14:16:53 seb Exp $ + +SHA1 (PAR-Dist-0.07.tar.gz) = 1908227fdd1a086ce26e5126df128fa3227755a8 +Size (PAR-Dist-0.07.tar.gz) = 13853 bytes |