freebsd-ports/devel/p5-Clone-More/Makefile
Sunpoet Po-Chuan Hsieh 7101e49887 - Add LICENSE
- Sort PLIST
- Reformat pkg-descr
2014-07-06 18:50:23 +00:00

20 lines
388 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Clone-More
PORTVERSION= 0.90.2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Perl module for natively copying Perl data structures
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USE_PERL5= configure
USES= perl5
WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.mk>