mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
22 lines
409 B
Makefile
22 lines
409 B
Makefile
# 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>
|