freebsd-ports/devel/p5-Clone/Makefile
Adam Weinberger 930c2ef952 Update to 0.38.
Changes: https://metacpan.org/changes/distribution/Clone

PR:		197726
Approved by:	maintainer (implicit)
2015-02-16 21:28:10 +00:00

18 lines
328 B
Makefile

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