aboutsummaryrefslogtreecommitdiff
path: root/net/p5-BBS-UserInfo-Ptt/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-07-31 15:12:54 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-07-31 15:12:54 +0000
commit2bd7fecf8f0d48258c9059185ffca2b4329dca8f (patch)
treee68c5a97f9c5d9e5ebbf20204c81787cbdaf67ad /net/p5-BBS-UserInfo-Ptt/Makefile
parent27d5b1087dcd19db29c2db00fa00c7c1aedf15c3 (diff)
Notes
Diffstat (limited to 'net/p5-BBS-UserInfo-Ptt/Makefile')
-rw-r--r--net/p5-BBS-UserInfo-Ptt/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/net/p5-BBS-UserInfo-Ptt/Makefile b/net/p5-BBS-UserInfo-Ptt/Makefile
index d74c5dfca4c6..7f1cad59e3fe 100644
--- a/net/p5-BBS-UserInfo-Ptt/Makefile
+++ b/net/p5-BBS-UserInfo-Ptt/Makefile
@@ -11,9 +11,13 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Get user information of PTT-style BBS
-RUN_DEPENDS= p5-Expect>=0:${PORTSDIR}/lang/p5-Expect
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-Expect>=0:${PORTSDIR}/lang/p5-Expect
+RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
USE_PERL5= configure
+USES= perl5
.include <bsd.port.mk>