prereq for Catalyst
This commit is contained in:
parent
3b0c644775
commit
0956e883d4
28
devel/p5-PAR-Dist/Makefile
Normal file
28
devel/p5-PAR-Dist/Makefile
Normal file
@ -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 <janus@errornet.de>
|
||||
|
||||
# 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 <bsd.port.mk>
|
4
devel/p5-PAR-Dist/distinfo
Normal file
4
devel/p5-PAR-Dist/distinfo
Normal file
@ -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
|
6
devel/p5-PAR-Dist/pkg/DESCR
Normal file
6
devel/p5-PAR-Dist/pkg/DESCR
Normal file
@ -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.
|
4
devel/p5-PAR-Dist/pkg/PLIST
Normal file
4
devel/p5-PAR-Dist/pkg/PLIST
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user