diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-03-20 17:01:03 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-03-20 17:01:03 +0800 |
commit | a70187982ffafca44f1320f33029e27e88923d71 (patch) | |
tree | 033dad6cb14cb90acf3a9be4fb6e9aa007f5a66d /www/p5-Catalyst-Component-InstancePerContext | |
parent | f127bb8bdacd04a78b5adc621cc5991370fe0b60 (diff) | |
download | freebsd-ports-gnome-a70187982ffafca44f1320f33029e27e88923d71.tar.gz freebsd-ports-gnome-a70187982ffafca44f1320f33029e27e88923d71.tar.zst freebsd-ports-gnome-a70187982ffafca44f1320f33029e27e88923d71.zip |
- Add LICENSE
- Add NO_ARCH
Approved by: portmgr blanket
Diffstat (limited to 'www/p5-Catalyst-Component-InstancePerContext')
-rw-r--r-- | www/p5-Catalyst-Component-InstancePerContext/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/p5-Catalyst-Component-InstancePerContext/Makefile b/www/p5-Catalyst-Component-InstancePerContext/Makefile index 4a5f7a0fada7..725a8a7e8471 100644 --- a/www/p5-Catalyst-Component-InstancePerContext/Makefile +++ b/www/p5-Catalyst-Component-InstancePerContext/Makefile @@ -11,11 +11,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= oleg@mamontov.net COMMENT= Return a new instance a component on each request +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Catalyst-Runtime>=0:www/p5-Catalyst-Runtime \ p5-Moose>=0:devel/p5-Moose USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include <bsd.port.mk> |