freebsd-ports/devel/p5-PPerl/Makefile
Adam Weinberger 26f58ed1c0 After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,
and in fact now leads to incorrect permissions.

Remove all instances of it from perl@ ports.
2015-06-29 15:47:44 +00:00

25 lines
491 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= PPerl
PORTVERSION= 0.25
PORTREVISION= 4
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MSERGEANT
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Make perl scripts persistent in memory
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/PPerl/PPerl.so
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pperl
.include <bsd.port.mk>