aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-PPerl/Makefile
blob: e229e829d31366e5d0d2f24c5854e18e8c28eba9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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>