5201867b5e
- Support STAGEDIR Changes: http://search.cpan.org/dist/Scalar-List-Utils/Changes PR: ports/184504 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days)
20 lines
382 B
Makefile
20 lines
382 B
Makefile
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Scalar-List-Utils
|
|
PORTVERSION= 1.35
|
|
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>
|