aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-PPerl/Makefile
blob: cf57aced147e78d705800d8f6650050dceaf4f2e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: ijliao
# $FreeBSD$

PORTNAME=	PPerl
PORTVERSION=	0.25
PORTREVISION=	2
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:MSERGEANT
PKGNAMEPREFIX=	p5-

MAINTAINER=	rafan@FreeBSD.org
COMMENT=	Make perl scripts persistent in memory

USES=		perl5
USE_PERL5=	configure

MAN1=	pperl.1
MAN3=	PPerl.3

.include <bsd.port.mk>