freebsd-ports/devel/p5-Clone/Makefile
Anton Berezin 013ad4ab58 Update to 0.15.
PR:		58924
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-12-16 09:44:36 +00:00

25 lines
504 B
Makefile

# New ports collection makefile for: devel/p5-Clone
# Date created: 05 June 2002
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Clone
PORTVERSION= 0.15
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Clone
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>