See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum
25 lines
423 B
Makefile
25 lines
423 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: p5-PPerl
|
|
# Date created: Aug 4, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= PPerl
|
|
PORTVERSION= 0.25
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:MSERGEANT
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= rafan@FreeBSD.org
|
|
COMMENT= Make perl scripts persistent in memory
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= pperl.1
|
|
MAN3= PPerl.3
|
|
|
|
.include <bsd.port.mk>
|