1df3958c88
- Add LICENSE (Artistic 2) Changes: http://search.cpan.org/dist/Clone-Fast/Changes Feature safe: yes
21 lines
351 B
Makefile
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>
|