21 lines
421 B
Makefile
21 lines
421 B
Makefile
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Scalar-List-Utils
|
|
PORTVERSION= 1.27
|
|
PORTEPOCH= 1
|
|
CATEGORIES= lang perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
COMMENT= Perl subroutines that would be nice to have in the perl core
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= List::Util.3 Scalar::Util.3 List::Util::XS.3
|
|
|
|
.include <bsd.port.mk>
|