diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-19 20:22:15 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-19 20:22:15 +0000 |
commit | 895a7de49b0f83f4bc8e2c1ed14fdb6aff5e468a (patch) | |
tree | 60f39f2002edf269891b9ec4b38498f312a8aa3d | |
parent | 60e94bbdb8c9e74d920dd30d1744e1855142f317 (diff) | |
download | freebsd-ports-895a7de49b0f83f4bc8e2c1ed14fdb6aff5e468a.zip |
- Add LICENSE
- Add NO_ARCH
-rw-r--r-- | devel/p5-Form-Sensible/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/p5-Form-Sensible/Makefile b/devel/p5-Form-Sensible/Makefile index c92c1ad2189e..309c8b10eb29 100644 --- a/devel/p5-Form-Sensible/Makefile +++ b/devel/p5-Form-Sensible/Makefile @@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Sensible way to handle form based user interface +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-DateTime-Format-Natural>=0:${PORTSDIR}/devel/p5-DateTime-Format-Natural \ p5-DateTime-Set>=0:${PORTSDIR}/devel/p5-DateTime-Set \ @@ -19,6 +22,7 @@ BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 |