pkgsrc/devel/p5-Scalar-List-Utils/Makefile
minskim 177abc1a35 Newly imported misc/p5-Scalar-List-Utils is just an update of
devel/p5-Scalar-List-Utils.  Merge them.  p5-Scalar-List-Utils
shouldn't have been imported into pkgsrc-wip in the first place.
Pointed out by Adrian Portelli.
2004-02-16 21:33:03 +00:00

20 lines
581 B
Makefile

# $NetBSD: Makefile,v 1.2 2004/02/16 21:33:03 minskim Exp $
#
DISTNAME= Scalar-List-Utils-1.13
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5slu
CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Scalar/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://search.cpan.org/search?dist=Scalar-List-Utils
COMMENT= Perl subroutines that would be nice to have in the perl core
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/List/Util/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"