aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-05-25 20:40:30 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-05-25 20:40:30 +0800
commit21cf404a2ba62e7e26848e95b7af4d4bb191f6ac (patch)
treec5bcdf2f28d4239f7064ebdddf60226511545526 /devel
parent13432cbe789c0ebe684558323cf0d8715b2fff16 (diff)
downloadfreebsd-ports-gnome-21cf404a2ba62e7e26848e95b7af4d4bb191f6ac.tar.gz
freebsd-ports-gnome-21cf404a2ba62e7e26848e95b7af4d4bb191f6ac.tar.zst
freebsd-ports-gnome-21cf404a2ba62e7e26848e95b7af4d4bb191f6ac.zip
- Add LICENSE
- Pass maintainership to submitter - While I'm here, remove leading indefinite article from COMMENT PR: ports/189577 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Heap-Simple-Perl/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/devel/p5-Heap-Simple-Perl/Makefile b/devel/p5-Heap-Simple-Perl/Makefile
index e54a3dd2bd7c..b3ed5c540468 100644
--- a/devel/p5-Heap-Simple-Perl/Makefile
+++ b/devel/p5-Heap-Simple-Perl/Makefile
@@ -7,14 +7,17 @@ CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A pure perl implementation of the Heap::Simple interface
+MAINTAINER= 5u623l20@gmail.com
+COMMENT= Pure perl implementation of the Heap::Simple interface
+
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
BUILD_DEPENDS= p5-Heap-Simple>=0:${PORTSDIR}/devel/p5-Heap-Simple
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-CONFIGURE_ARGS+= -n
+CONFIGURE_ARGS= -n
.include <bsd.port.mk>