freebsd-ports/devel/p5-Clone-Fast/Makefile
Frederic Culot 1df3958c88 - Update to 0.97
- Add LICENSE (Artistic 2)

Changes:	http://search.cpan.org/dist/Clone-Fast/Changes
Feature safe:	yes
2012-11-17 12:34:18 +00:00

21 lines
351 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Clone-Fast
PORTVERSION= 0.97
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Natively copying Perl data structures
LICENSE= ART20
WRKSRC= ${WRKDIR}/${PORTNAME}
PERL_CONFIGURE= yes
MAN3= Clone::Fast.3
.include <bsd.port.mk>