freebsd-ports/devel/p5-Clone-More/Makefile
Andrej Zverev 5a86e09145 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-07 09:28:30 +00:00

18 lines
344 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= gslin@gslin.org
COMMENT= Perl module for natively copying Perl data structures
USES= perl5
USE_PERL5= configure
WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.mk>