1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/devel/p5-Clone/Makefile
2012-12-10 09:30:55 +00:00

20 lines
324 B
Makefile

# $FreeBSD$
PORTNAME= Clone
PORTVERSION= 0.34
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Clone - recursively copy Perl datatypes
PERL_CONFIGURE= yes
MAN3= Clone.3
post-patch:
${PERL} -pi -e 'm.OPTIMIZE.&&s,.,,sg' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>