9ae97a6dc6
- Sort PLIST Changes: http://search.cpan.org/dist/Scalar-List-Utils/Changes PR: 196879 Submitted by: sunpoet Approved by: maintainer (implicit)
20 lines
382 B
Makefile
20 lines
382 B
Makefile
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Scalar-List-Utils
|
|
PORTVERSION= 1.41
|
|
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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|