import ports/devel/p5-Module-Runtime, ok landry, from Andreas Voegele's repo

The functions exported by Module::Runtime deal with runtime handling of
Perl modules, which are normally handled at compile time.
This commit is contained in:
sthen 2012-04-08 21:02:51 +00:00
parent 281848cde0
commit 747aa1fff9
4 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# $OpenBSD: Makefile,v 1.1.1.1 2012/04/08 21:02:51 sthen Exp $
COMMENT = runtime module handling
MODULES = cpan
DISTNAME = Module-Runtime-0.011
CATEGORIES = devel
# same as perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
RUN_DEPENDS = devel/p5-Params-Classify
CONFIGURE_STYLE = modbuild
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Module-Runtime-0.011.tar.gz) = 0NKrM4xbsnaaj32yAM/bKw==
RMD160 (Module-Runtime-0.011.tar.gz) = MejUm+lZcvdiG4TRm1QjkJQwaSk=
SHA1 (Module-Runtime-0.011.tar.gz) = dLycdasjMAZwN+Db408fqmZxR8c=
SHA256 (Module-Runtime-0.011.tar.gz) = +rj4JDQDLiRk6onkzjajciBMtE4ocHVOtPqF0KSwd0E=
SIZE (Module-Runtime-0.011.tar.gz) = 11182

View File

@ -0,0 +1,2 @@
The functions exported by Module::Runtime deal with runtime handling of
Perl modules, which are normally handled at compile time.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/04/08 21:02:51 sthen Exp $
${P5SITE}/Module/
${P5SITE}/Module/Runtime.pm
@man man/man3p/Module::Runtime.3p