2002-06-05 23:51:26 +02:00
|
|
|
# New ports collection makefile for: devel/p5-Clone
|
|
|
|
# Date created: 05 June 2002
|
|
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Clone
|
2009-02-10 12:35:26 +01:00
|
|
|
PORTVERSION= 0.31
|
2002-06-05 23:51:26 +02:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2002-06-05 23:51:26 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Clone - recursively copy Perl datatypes
|
2002-06-05 23:51:26 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Clone.3
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
${PERL} -pi -e 'm.OPTIMIZE.&&s,.,,sg' ${WRKSRC}/Makefile.PL
|
|
|
|
|
2009-07-22 18:27:08 +02:00
|
|
|
.include <bsd.port.mk>
|