diff --git a/devel/p5-PAR-Dist/Makefile b/devel/p5-PAR-Dist/Makefile new file mode 100644 index 00000000000..de26e187f5d --- /dev/null +++ b/devel/p5-PAR-Dist/Makefile @@ -0,0 +1,28 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2006/11/04 23:29:18 espie Exp $ + +COMMENT= "create and manipulate PAR distributions" + +DISTNAME= PAR-Dist-0.21 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 + +MAINTAINER= Simon Dassow + +# Same as Perl +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PAR/} + +CONFIGURE_STYLE=perl + +MAKE_ENV= PERL_TEST_POD=Yes + +REGRESS_DEPENDS=::devel/p5-Test-Pod \ + ::devel/p5-Test-Pod-Coverage + +PKG_ARCH= * + +.include diff --git a/devel/p5-PAR-Dist/distinfo b/devel/p5-PAR-Dist/distinfo new file mode 100644 index 00000000000..0d0ec1c2080 --- /dev/null +++ b/devel/p5-PAR-Dist/distinfo @@ -0,0 +1,4 @@ +MD5 (PAR-Dist-0.21.tar.gz) = 0cd2f70204c234905c8906057ae84e21 +RMD160 (PAR-Dist-0.21.tar.gz) = 29176b7b66028d85fe19fe21bd91c0891c22b323 +SHA1 (PAR-Dist-0.21.tar.gz) = 4eea42c9c02e2b40e71da93c39c277d83c732246 +SIZE (PAR-Dist-0.21.tar.gz) = 23704 diff --git a/devel/p5-PAR-Dist/pkg/DESCR b/devel/p5-PAR-Dist/pkg/DESCR new file mode 100644 index 00000000000..53bae66fcc0 --- /dev/null +++ b/devel/p5-PAR-Dist/pkg/DESCR @@ -0,0 +1,6 @@ +This module creates and manipulates PAR distributions. They are +architecture-specific PAR files, containing everything under blib/ of +CPAN distributions after their make or Build stage, a META.yml +describing metadata of the original CPAN distribution, and a MANIFEST +detailing all files within it. Digitally signed PAR distributions will +also contain a SIGNATURE file. diff --git a/devel/p5-PAR-Dist/pkg/PLIST b/devel/p5-PAR-Dist/pkg/PLIST new file mode 100644 index 00000000000..60ac8cd2681 --- /dev/null +++ b/devel/p5-PAR-Dist/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/04 23:29:18 espie Exp $ +${P5SITE}/PAR/ +${P5SITE}/PAR/Dist.pm +@man man/man3p/PAR::Dist.3p