aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-07-04 00:47:57 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-07-04 00:47:57 +0800
commit1a7cdc57a5c3d8b9eacfb6c0fdec234b2cb09b4a (patch)
treefc41bd183c46deae7e3d5a46179fdc73f5204dc6
parent1e082d185159ea94e02ac281061b33bfb60e965a (diff)
downloadfreebsd-ports-gnome-1a7cdc57a5c3d8b9eacfb6c0fdec234b2cb09b4a.tar.gz
freebsd-ports-gnome-1a7cdc57a5c3d8b9eacfb6c0fdec234b2cb09b4a.tar.zst
freebsd-ports-gnome-1a7cdc57a5c3d8b9eacfb6c0fdec234b2cb09b4a.zip
- Add LICENSE
- Remove unnecessary MASTER_SITE_SUBDIR
-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>