aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Class-Std-Utils
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-07-03 16:47:57 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-07-03 16:47:57 +0000
commit387a3e0d85f2d9924ac87a0e5713d2b035cc4437 (patch)
treefc41bd183c46deae7e3d5a46179fdc73f5204dc6 /devel/p5-Class-Std-Utils
parenta8e90c037b90d79806b1206a80088b6e8497a194 (diff)
Notes
Diffstat (limited to 'devel/p5-Class-Std-Utils')
-rw-r--r--devel/p5-Class-Std-Utils/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/devel/p5-Class-Std-Utils/Makefile b/devel/p5-Class-Std-Utils/Makefile
index 49c64defeaf7..58b155526eb9 100644
--- a/devel/p5-Class-Std-Utils/Makefile
+++ b/devel/p5-Class-Std-Utils/Makefile
@@ -2,16 +2,19 @@
# $FreeBSD$
PORTNAME= Class-Std-Utils
-DISTVERSION= v0.0.3
+PORTVERSION= 0.0.3
CATEGORIES= devel perl5
MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= Class
PKGNAMEPREFIX= p5-
+DISTNAME= ${PORTNAME}-v${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Utility subroutines for building "inside-out" objects
-USES= perl5
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
USE_PERL5= configure
+USES= perl5
.include <bsd.port.mk>