aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Algorithm-Munkres
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2019-02-01 09:00:38 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2019-02-01 09:00:38 +0000
commite7aad26c880592892706050b80377c021d7180bd (patch)
tree8eb6499a50e21a963344a85346062514aed16084 /math/p5-Algorithm-Munkres
parenta4ea9a4dda351e12a4e28b4e10aa590d0ffa34f6 (diff)
downloadports-e7aad26c880592892706050b80377c021d7180bd.tar.gz
ports-e7aad26c880592892706050b80377c021d7180bd.zip
- Add LICENSE
- Add NO_ARCH Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=491796
Diffstat (limited to 'math/p5-Algorithm-Munkres')
-rw-r--r--math/p5-Algorithm-Munkres/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/math/p5-Algorithm-Munkres/Makefile b/math/p5-Algorithm-Munkres/Makefile
index e0c71b122036..61c4a4ed1a66 100644
--- a/math/p5-Algorithm-Munkres/Makefile
+++ b/math/p5-Algorithm-Munkres/Makefile
@@ -11,7 +11,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl Extension for Munkres' Solution to Classical Assignment Problem
+LICENSE= GPLv2+
+
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
.include <bsd.port.mk>