ports/devel/p5-Data-Perl/Makefile
Kurt Jaeger 49c2860e24 New port: devel/p5-Data-Perl
Data::Perl is a collection of classes that wrap fundamental data
types that exist in Perl. These classes and methods as they exist
today are an attempt to mirror functionality provided by Moose's
Native Traits. One important thing to note is all classes currently
do no validation on constructor input.

WWW: http://search.cpan.org/dist/Data-Perl/
2014-08-06 20:34:45 +00:00

25 lines
651 B
Makefile

# $FreeBSD$
PORTNAME= Data-Perl
PORTVERSION= 0.002009
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Base classes wrapping fundamental Perl data types
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Class-Method-Modifiers>=0:${PORTSDIR}/devel/p5-Class-Method-Modifiers \
p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
p5-Module-Runtime>=0:${PORTSDIR}/devel/p5-Module-Runtime \
p5-Role-Tiny>=0:${PORTSDIR}/devel/p5-Role-Tiny \
p5-strictures>=1:${PORTSDIR}/devel/p5-strictures
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>