diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-09 18:45:06 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-09 18:45:06 +0000 |
commit | 7050ad40311986d91a006b1b2c7ac1a2b6b09402 (patch) | |
tree | 15e9af6128b7856f2714d24b72014d3630f2ecec /textproc/p5-Data-FormValidator-Constraints-DateTime | |
parent | c50f40faa729c641ec848bebe9d8e5cc9b245d05 (diff) | |
download | ports-7050ad40311986d91a006b1b2c7ac1a2b6b09402.tar.gz ports-7050ad40311986d91a006b1b2c7ac1a2b6b09402.zip |
- Add LICENSE
- Add NO_ARCH
Notes
Notes:
svn path=/head/; revision=401152
Diffstat (limited to 'textproc/p5-Data-FormValidator-Constraints-DateTime')
-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 |