5a86e09145
Approved by: portmgr (blanket infrastructure)
18 lines
344 B
Makefile
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>
|