aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Graphics-ColorNames
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-09-12 09:08:20 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-09-12 09:08:20 +0000
commitc12435436af78f94e62bb568e5709d9c43888f6c (patch)
tree2852cb76d3947144986eaec52922e5635ba88fea /graphics/p5-Graphics-ColorNames
parent90a545c29f07d726e3a0d58fc818c492cce506e9 (diff)
downloadports-c12435436af78f94e62bb568e5709d9c43888f6c.tar.gz
ports-c12435436af78f94e62bb568e5709d9c43888f6c.zip
- Add LICENSE
- Add NO_ARCH Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=479589
Diffstat (limited to 'graphics/p5-Graphics-ColorNames')
-rw-r--r--graphics/p5-Graphics-ColorNames/Makefile4
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>