2006-07-14 21:23:23 +00:00
|
|
|
# New ports collection makefile for: p5-Clone-Fast
|
|
|
|
# Date created: 2006-07-15
|
|
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Clone-Fast
|
2007-08-29 12:36:18 +00:00
|
|
|
PORTVERSION= 0.93
|
2006-07-14 21:23:23 +00:00
|
|
|
CATEGORIES= devel perl5
|
2007-08-29 12:36:18 +00:00
|
|
|
MASTER_SITES= CPAN
|
2006-07-14 21:23:23 +00:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2007-03-21 08:09:06 +00:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-07-14 21:23:23 +00:00
|
|
|
COMMENT= Natively copying Perl data structures
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Clone::Fast.3
|
|
|
|
|
2007-03-21 08:09:06 +00:00
|
|
|
.include <bsd.port.mk>
|