690b0b75cd
- add multiuser support from http://rt.cpan.org/NoAuth/Bug.html?id=5485 With this patch, we can allow multiuser run devel/svk on a shared box. PR: ports/71572 Submitted by: rafan at infor_dot_org_
26 lines
473 B
Makefile
26 lines
473 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@infor.org
|
|
COMMENT= Make perl scripts persistent in memory
|
|
|
|
USE_PERL5= yes
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= pperl.1
|
|
MAN3= PPerl.3
|
|
|
|
.include <bsd.port.mk>
|