1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/devel/p5-Clone-Fast/Makefile
Erwin Lansing 604b199874 Add p5-Clone-Fast 0.90.1, natively copying Perl data structures.
PR:		ports/100308
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-14 21:23:23 +00:00

31 lines
604 B
Makefile

# New ports collection makefile for: p5-Clone-Fast
# Date created: 2006-07-15
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Clone-Fast
PORTVERSION= 0.90.1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Clone
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Natively copying Perl data structures
WRKSRC= ${WRKDIR}/${PORTNAME}
PERL_CONFIGURE= yes
MAN3= Clone::Fast.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 then try again
.endif
.include <bsd.port.post.mk>