0efa5d5a1f
Params::Util provides a basic set of functions that makes checking parameters easier. "go ahead" bernd
22 lines
376 B
Makefile
22 lines
376 B
Makefile
# $OpenBSD
|
|
|
|
COMMENT= "utility to make parameter checking easier"
|
|
|
|
DISTNAME= Params-Util-0.21
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
|
|
# Artistic/GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Params/}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|