freebsd-ports/devel/p5-PPerl/Makefile
Rong-En Fan 19cbb974d6 - Fix test on amd64
Note that it still fails due to the multiuser patch. However, I think
  this PR already improves PPerl on amd64 a lot. So, I decide to commit
  it first.
- Correct CFLAGS passed to cc (patch-Makefile.PL)

These patches were sent to the author via CPAN RT.

PR:		ports/103282
Submitted by:	Vivek Khera <vivek at khera.org>
2006-09-18 13:18:55 +00:00

26 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= 2
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>