2002-10-29 19:03:38 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.2 2002/10/30 00:07:40 pvalchev Exp $
|
|
|
|
|
|
|
|
IGNORE= "comes with ${OPSYS} as of release 3.3"
|
2002-07-11 05:25:03 -04:00
|
|
|
|
|
|
|
COMMENT= "perl module replacement for the builtin Scalar"
|
|
|
|
|
|
|
|
VERSION= 1.0701
|
|
|
|
DISTNAME= Scalar-List-Utils-${VERSION}
|
|
|
|
PKGNAME= p5-Scalar-Utils-${VERSION}
|
|
|
|
CATEGORIES= devel perl5
|
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Scalar/}
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|