1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/lang/p5-Scalar-List-Utils/Makefile
Mark Linimon 88225c3143 Update to 1.13: bugfixes (see ChangeLog).
Note to submitter: PORTEPOCH may never be decremented.  See the
Porter's Handbook for details as to why.

Further note: the PLIST changes in the PR had already been committed.

PR:		ports/57987
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
Maintainer timeout:	4 months
2004-03-04 21:50:49 +00:00

24 lines
511 B
Makefile

# 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
PORTVERSION= 1.13
PORTEPOCH= 1
CATEGORIES= lang perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Scalar
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Perl subroutines that would be nice to have in the perl core
PERL_CONFIGURE= yes
MAN3= List::Util.3 Scalar::Util.3
.include <bsd.port.mk>