diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-31 15:12:44 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-31 15:12:44 +0000 |
commit | 69eba748a125dc3bc1f662bd966f9cf4de33a533 (patch) | |
tree | 74ee0f006a2f409b75ef1ac8ba9939206880ecf6 /net/p5-BBS-UserInfo-Maple3/Makefile | |
parent | 4889bdc42ad680abe0bc672ba1bf91de51d7b650 (diff) | |
download | ports-69eba748a125dc3bc1f662bd966f9cf4de33a533.tar.gz ports-69eba748a125dc3bc1f662bd966f9cf4de33a533.zip |
Notes
Diffstat (limited to 'net/p5-BBS-UserInfo-Maple3/Makefile')
-rw-r--r-- | net/p5-BBS-UserInfo-Maple3/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net/p5-BBS-UserInfo-Maple3/Makefile b/net/p5-BBS-UserInfo-Maple3/Makefile index d180e8a69c9f..5cb0e0968ff4 100644 --- a/net/p5-BBS-UserInfo-Maple3/Makefile +++ b/net/p5-BBS-UserInfo-Maple3/Makefile @@ -11,9 +11,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Get user information of Maple3-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> |