diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-11-10 02:45:06 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-11-10 02:45:06 +0800 |
commit | 84ff1482e625dac84788407b5582c99612c2f4b4 (patch) | |
tree | 15e9af6128b7856f2714d24b72014d3630f2ecec /textproc | |
parent | 3d5715b79827f5bc81b33982d3dfb548fb3df03e (diff) | |
download | freebsd-ports-gnome-84ff1482e625dac84788407b5582c99612c2f4b4.tar.gz freebsd-ports-gnome-84ff1482e625dac84788407b5582c99612c2f4b4.tar.zst freebsd-ports-gnome-84ff1482e625dac84788407b5582c99612c2f4b4.zip |
- Add LICENSE
- Add NO_ARCH
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Data-FormValidator-Constraints-DateTime/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/p5-Data-FormValidator-Constraints-DateTime/Makefile b/textproc/p5-Data-FormValidator-Constraints-DateTime/Makefile index 9e159231b34b..4e84ab989263 100644 --- a/textproc/p5-Data-FormValidator-Constraints-DateTime/Makefile +++ b/textproc/p5-Data-FormValidator-Constraints-DateTime/Makefile @@ -12,12 +12,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Data::FormValidator constraints for dates and times +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Data-FormValidator>=0:${PORTSDIR}/textproc/p5-Data-FormValidator \ p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-DateTime-Format-Strptime>=0:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \ p5-DateTime-Format-Builder>=0:${PORTSDIR}/devel/p5-DateTime-Format-Builder RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= modbuild |