mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
20 lines
324 B
Makefile
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>
|