2001-12-19 14:26:19 +00:00
|
|
|
# New ports collection makefile for: lang/p5-Scalar-List-Utils
|
|
|
|
# Date created: 19 December 2001
|
|
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Scalar-List-Utils
|
2004-07-02 07:11:19 +00:00
|
|
|
PORTVERSION= 1.14
|
2002-11-17 18:47:47 +00:00
|
|
|
PORTEPOCH= 1
|
2001-12-19 14:26:19 +00:00
|
|
|
CATEGORIES= lang perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Scalar
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
2003-03-05 20:18:14 +00:00
|
|
|
COMMENT= Perl subroutines that would be nice to have in the perl core
|
2001-12-19 14:26:19 +00:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= List::Util.3 Scalar::Util.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|