aboutsummaryrefslogblamecommitdiff
path: root/devel/p5-Data-Clone/Makefile
blob: 4f63a836169e026a11da6dcedff37e43f042a231 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
                                                          
           











                                                                         

                         


                             
                   
                      
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Data-Clone
PORTVERSION=	0.003
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Polymorphic data cloning

TEST_DEPENDS=	p5-Test-Requires>=0.03:${PORTSDIR}/devel/p5-Test-Requires

USE_PERL5=	configure
USES=		perl5

MAN3=		Data::Clone.3

NO_STAGE=	yes
.include <bsd.port.mk>