openbsd-ports/devel/p5-Scalar-Utils/Makefile
pvalchev 201e10eb09 Set IGNORE. Those modules now come stock with perl-5.8.0 which is part
of -current since a few days ago thanks to millert@

NOTE: If you are not tracking -current and are using the -current ports
tree this where you will run into trouble as dependencies on these ports
are removed.  For -current users, make sure your system is up-to-date
2002-10-30 00:03:38 +00:00

22 lines
489 B
Makefile

# $OpenBSD: Makefile,v 1.2 2002/10/30 00:07:40 pvalchev Exp $
IGNORE= "comes with ${OPSYS} as of release 3.3"
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>