freebsd-ports/devel/p5-PPerl/Makefile
Marcelo Araujo 4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00

25 lines
440 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= ../../authors/id/M/MS/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>