svn commit: r479589 - head/graphics/p5-Graphics-ColorNames
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Sep 12 09:08:21 UTC 2018
Author: amdmi3
Date: Wed Sep 12 09:08:20 2018
New Revision: 479589
URL: https://svnweb.freebsd.org/changeset/ports/479589
Log:
- Add LICENSE
- Add NO_ARCH
Approved by: portmgr blanket
Modified:
head/graphics/p5-Graphics-ColorNames/Makefile
Modified: head/graphics/p5-Graphics-ColorNames/Makefile
==============================================================================
--- head/graphics/p5-Graphics-ColorNames/Makefile Wed Sep 12 08:52:49 2018 (r479588)
+++ head/graphics/p5-Graphics-ColorNames/Makefile Wed Sep 12 09:08:20 2018 (r479589)
@@ -11,9 +11,13 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at 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>
More information about the svn-ports-all
mailing list