diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-09-21 23:42:15 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-09-21 23:42:15 +0800 |
commit | bf4c2fa646fbc57a4bf7cf305996885382a75551 (patch) | |
tree | 5f01b7cf0642457cabc48e0ff9762a07e884b6d8 /devel | |
parent | e11cfaa113a016819f523f5f62ed905301305278 (diff) | |
download | freebsd-ports-graphics-bf4c2fa646fbc57a4bf7cf305996885382a75551.tar.gz freebsd-ports-graphics-bf4c2fa646fbc57a4bf7cf305996885382a75551.tar.zst freebsd-ports-graphics-bf4c2fa646fbc57a4bf7cf305996885382a75551.zip |
- Add LICENSE
- Add NO_ARCH
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-MouseX-NativeTraits/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/p5-MouseX-NativeTraits/Makefile b/devel/p5-MouseX-NativeTraits/Makefile index 3beda9ad7cb..8c6c5a7bf20 100644 --- a/devel/p5-MouseX-NativeTraits/Makefile +++ b/devel/p5-MouseX-NativeTraits/Makefile @@ -11,11 +11,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Extend your attribute interfaces for Mouse +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Mouse>=0.82:${PORTSDIR}/devel/p5-Mouse RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Any-Moose>=0.13:${PORTSDIR}/devel/p5-Any-Moose \ p5-Test-Fatal>=0.003:${PORTSDIR}/devel/p5-Test-Fatal +NO_ARCH= yes USE_PERL5= configure USES= perl5 |