This module lets you quickly and easily construct new packages. It

gives them unused names and sets up their package data, if provided.

ok simon@
This commit is contained in:
merdely 2007-11-18 21:35:09 +00:00
parent e8082977e5
commit fe3de31a31
4 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/11/18 21:35:09 merdely Exp $
COMMENT= generate new packages
MODULES= cpan
DISTNAME= Package-Generator-0.100
CATEGORIES= devel
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
REGRESS_DEPENDS= ::devel/p5-Params-Util
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Package-Generator-0.100.tar.gz) = IB6K7D83uHm9AavVrSL+Xg==
RMD160 (Package-Generator-0.100.tar.gz) = pJ22cq/OfsnFd5NvbFTgiPqaj9c=
SHA1 (Package-Generator-0.100.tar.gz) = ItAsKIkO3LMoEmYuu9BgiL38eWs=
SHA256 (Package-Generator-0.100.tar.gz) = pwGo/pRs4AdwaABQ911ICSZDmr+ybzCW4p0wEjsiV4o=
SIZE (Package-Generator-0.100.tar.gz) = 15832

View File

@ -0,0 +1,2 @@
This module lets you quickly and easily construct new packages. It
gives them unused names and sets up their package data, if provided.

View File

@ -0,0 +1,6 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/11/18 21:35:09 merdely Exp $
${P5SITE}/Package/
${P5SITE}/Package/Generator.pm
${P5SITE}/Package/Reaper.pm
@man man/man3p/Package::Generator.3p
@man man/man3p/Package::Reaper.3p