diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-31 15:12:54 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-31 15:12:54 +0000 |
commit | 2bd7fecf8f0d48258c9059185ffca2b4329dca8f (patch) | |
tree | e68c5a97f9c5d9e5ebbf20204c81787cbdaf67ad /net/p5-BBS-UserInfo-Ptt/Makefile | |
parent | 27d5b1087dcd19db29c2db00fa00c7c1aedf15c3 (diff) |
Notes
Diffstat (limited to 'net/p5-BBS-UserInfo-Ptt/Makefile')
-rw-r--r-- | net/p5-BBS-UserInfo-Ptt/Makefile | 8 |
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> |