Import devel/p5-Clone-PP version 1.02
[dports.git] / devel / p5-Clone-PP / Makefile
1 # New ports collection makefile for:    devel/p5-Clone-PP
2 # Date created:                         31 October 2006
3 # Whom:                                 Zach Thompson <hideo@lastamericanempire.com>
4 #
5 # $FreeBSD: ports/devel/p5-Clone-PP/Makefile,v 1.4 2012/11/17 05:56:08 svnexp Exp $
6 #
7
8 PORTNAME=       Clone-PP
9 PORTVERSION=    1.02
10 CATEGORIES=     devel perl5
11 MASTER_SITES=   CPAN
12 PKGNAMEPREFIX=  p5-
13
14 MAINTAINER=     perl@FreeBSD.org
15 COMMENT=        Recursively copy Perl datatypes
16
17 PERL_CONFIGURE= yes
18
19 MAN3=   Clone::PP.3
20
21 .include <bsd.port.mk>