Import devel/p5-Package-Variant-1.002000

ok benoit@
This commit is contained in:
afresh1 2014-05-10 17:12:56 +00:00
parent fbe93375b1
commit 8760f9d5ce
4 changed files with 34 additions and 0 deletions

View 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>

View File

@ -0,0 +1,2 @@
SHA256 (Package-Variant-1.002000.tar.gz) = 635+wkjD1ZFHMK0bRlWT33qg8NUUHJSDcaxevimrQw4=
SIZE (Package-Variant-1.002000.tar.gz) = 8782

View 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.

View 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