blob: cfbdcc91d9e8b8406d096b7956f69d200f478f6b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Perl module for natively copying Perl data structures
PERL_CONFIGURE= 5.8.5+
WRKSRC= ${WRKDIR}/${PORTNAME}
MAN3= Clone::More.3
.include <bsd.port.mk>
|