2006-07-15 06:55:32 +02:00
|
|
|
# New ports collection makefile for: p5-Clone-More
|
|
|
|
# Date created: 2006-07-14
|
|
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Clone-More
|
|
|
|
PORTVERSION= 0.90.2
|
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-07-15 06:55:32 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
|
|
COMMENT= Perl module for natively copying Perl data structures
|
|
|
|
|
2011-09-17 09:06:45 +02:00
|
|
|
PERL_CONFIGURE= yes
|
2006-07-15 06:55:32 +02:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
|
|
|
MAN3= Clone::More.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|