1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/devel/p5-PPerl/Makefile
Rong-En Fan ba5a82b53b Change to my FreeBSD.org email.
Approved by:	delphij (mentor)
2006-06-27 03:58:58 +00:00

27 lines
475 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= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/M/MS/MSERGEANT
PKGNAMEPREFIX= p5-
MAINTAINER= rafan@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>