diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-07-31 15:12:49 +0000 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-07-31 15:12:49 +0000 |
commit | 84aefd0634077d583ee871fb71ce69c912e0b2e1 (patch) | |
tree | f9fbffcea08156b8437c0e03c697e12082a3c773 | |
parent | 856ac7a4e801bbf481fd8deed8d92450a67bc977 (diff) | |
download | FreeBSD-ports-84aefd0634077d583ee871fb71ce69c912e0b2e1.zip FreeBSD-ports-84aefd0634077d583ee871fb71ce69c912e0b2e1.tar.gz |
- Add LICENSE
- Add BUILD_DEPENDS
- Sort PLIST
-rw-r--r-- | net/p5-BBS-UserInfo-Maple3itoc/Makefile | 8 | ||||
-rw-r--r-- | net/p5-BBS-UserInfo-Maple3itoc/pkg-plist | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/net/p5-BBS-UserInfo-Maple3itoc/Makefile b/net/p5-BBS-UserInfo-Maple3itoc/Makefile index 7ff6aba..1c6ca57 100644 --- a/net/p5-BBS-UserInfo-Maple3itoc/Makefile +++ b/net/p5-BBS-UserInfo-Maple3itoc/Makefile @@ -11,9 +11,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Get user information of Maple3itoc-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> diff --git a/net/p5-BBS-UserInfo-Maple3itoc/pkg-plist b/net/p5-BBS-UserInfo-Maple3itoc/pkg-plist index ccfbe95..dd7a669 100644 --- a/net/p5-BBS-UserInfo-Maple3itoc/pkg-plist +++ b/net/p5-BBS-UserInfo-Maple3itoc/pkg-plist @@ -1,8 +1,8 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS/UserInfo/Maple3itoc/.packlist %%SITE_PERL%%/BBS/UserInfo/Maple3itoc.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS/UserInfo/Maple3itoc/.packlist %%PERL5_MAN3%%/BBS::UserInfo::Maple3itoc.3.gz -@dirrmtry %%SITE_PERL%%/BBS/UserInfo -@dirrmtry %%SITE_PERL%%/BBS -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS/UserInfo/Maple3itoc +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS/UserInfo/Maple3itoc @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS/UserInfo @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS +@dirrmtry %%SITE_PERL%%/BBS/UserInfo +@dirrmtry %%SITE_PERL%%/BBS |