mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
26 lines
440 B
Makefile
26 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>
|