freebsd-ports/devel/p5-PPerl/Makefile

26 lines
460 B
Makefile
Raw Normal View History

# ex:ts=8
# Ports collection makefile for: p5-PPerl
# Date created: Aug 4, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= PPerl
2004-07-24 23:09:35 +02:00
PORTVERSION= 0.25
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/M/MS/MSERGEANT
PKGNAMEPREFIX= p5-
MAINTAINER= rafan@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= Make perl scripts persistent in memory
PERL_CONFIGURE= yes
MAN1= pperl.1
MAN3= PPerl.3
.include <bsd.port.mk>