diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-09-12 17:08:20 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-09-12 17:08:20 +0800 |
commit | 00979a8fc759780a39b04d1c3e7a684542899904 (patch) | |
tree | 2852cb76d3947144986eaec52922e5635ba88fea /graphics | |
parent | 08a2946d0db6794ca14d068423d1d2b8ce32424d (diff) | |
download | freebsd-ports-gnome-00979a8fc759780a39b04d1c3e7a684542899904.tar.gz freebsd-ports-gnome-00979a8fc759780a39b04d1c3e7a684542899904.tar.zst freebsd-ports-gnome-00979a8fc759780a39b04d1c3e7a684542899904.zip |
- Add LICENSE
- Add NO_ARCH
Approved by: portmgr blanket
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-Graphics-ColorNames/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/p5-Graphics-ColorNames/Makefile b/graphics/p5-Graphics-ColorNames/Makefile index 1d93869b4789..b7f62112c537 100644 --- a/graphics/p5-Graphics-ColorNames/Makefile +++ b/graphics/p5-Graphics-ColorNames/Makefile @@ -11,9 +11,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl class that defines RGB values for common color names +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception USES= perl5 USE_PERL5= modbuild +NO_ARCH= yes .include <bsd.port.mk> |