aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-GD-TextUtil
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-03-23 09:03:20 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-03-23 09:03:20 +0000
commit6a601f2d1c8e9ed023549908120823b6c898881c (patch)
tree633ad2e46e02395c94b11dea295eb4523fb1be5f /graphics/p5-GD-TextUtil
parent18de7e8a74979fa0aedb171f323055f774c518bd (diff)
downloadports-6a601f2d1c8e9ed023549908120823b6c898881c.tar.gz
ports-6a601f2d1c8e9ed023549908120823b6c898881c.zip
- Add LICENSE
- Add NO_ARCH Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=465339
Diffstat (limited to 'graphics/p5-GD-TextUtil')
-rw-r--r--graphics/p5-GD-TextUtil/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/p5-GD-TextUtil/Makefile b/graphics/p5-GD-TextUtil/Makefile
index 984d189d3026..beb8d95f44ae 100644
--- a/graphics/p5-GD-TextUtil/Makefile
+++ b/graphics/p5-GD-TextUtil/Makefile
@@ -14,7 +14,12 @@ COMMENT= Text utilities for use with GD drawing package
RUN_DEPENDS= p5-GD>=0:graphics/p5-GD
+LICENSE= ART10 GPLv1+ GPLv2+
+LICENSE_COMB= dual
+LICENSE_FILE_GPLv2+ = ${WRKSRC}/Dustismo.LICENSE
+
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
.include <bsd.port.mk>