freebsd-ports/devel/p5-PPerl/Makefile
Erwin Lansing b1a850770c Update to 0.24
- More tests (richardc)
    - Made exec() work (see t/19invoke_djbish.t if you're curious)
2003-12-08 11:35:22 +00:00

25 lines
459 B
Makefile

# ex:ts=8
# Ports collection makefile for: p5-PPerl
# Date created: Aug 4, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= PPerl
PORTVERSION= 0.24
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/M/MS/MSERGEANT
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Make perl scripts persistent in memory
USE_PERL5= yes
PERL_CONFIGURE= yes
MAN1= pperl.1
MAN3= PPerl.3
.include <bsd.port.mk>