Import devel/p5-Package-Variant-1.002000
ok benoit@
This commit is contained in:
parent
fbe93375b1
commit
8760f9d5ce
22
devel/p5-Package-Variant/Makefile
Normal file
22
devel/p5-Package-Variant/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2014/05/10 17:12:56 afresh1 Exp $
|
||||
|
||||
COMMENT = parameterizable packages
|
||||
DISTNAME = Package-Variant-1.002000
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Andrew Fresh <afresh1@openbsd.org>
|
||||
|
||||
# perl_5
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
MODULES = cpan
|
||||
|
||||
RUN_DEPENDS = devel/p5-Import-Into>=1 \
|
||||
devel/p5-Module-Runtime>=0.013 \
|
||||
devel/p5-strictures>=1
|
||||
|
||||
# p5-Moo to avoid skipping tests
|
||||
TEST_DEPENDS = devel/p5-Test-Fatal \
|
||||
devel/p5-Moo
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Package-Variant/distinfo
Normal file
2
devel/p5-Package-Variant/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Package-Variant-1.002000.tar.gz) = 635+wkjD1ZFHMK0bRlWT33qg8NUUHJSDcaxevimrQw4=
|
||||
SIZE (Package-Variant-1.002000.tar.gz) = 8782
|
6
devel/p5-Package-Variant/pkg/DESCR
Normal file
6
devel/p5-Package-Variant/pkg/DESCR
Normal file
@ -0,0 +1,6 @@
|
||||
This module allows you to build packages that return different
|
||||
variations depending on what parameters are given.
|
||||
|
||||
Users of your package will receive a subroutine able to take parameters
|
||||
and return the name of a suitable variant package. The implementation
|
||||
does not care about what kind of package it builds.
|
4
devel/p5-Package-Variant/pkg/PLIST
Normal file
4
devel/p5-Package-Variant/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2014/05/10 17:12:56 afresh1 Exp $
|
||||
${P5SITE}/Package/
|
||||
${P5SITE}/Package/Variant.pm
|
||||
@man man/man3p/Package::Variant.3p
|
Loading…
Reference in New Issue
Block a user