aboutsummaryrefslogtreecommitdiff
path: root/graphics/IPA/Makefile
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2018-08-06 02:49:34 +0000
committerJason E. Hale <jhale@FreeBSD.org>2018-08-06 02:49:34 +0000
commita6342f310d6c454920a1d9160b1ed88181e3c0ec (patch)
tree8b069ef3388e24e8bd35e91263aa499574ef2050 /graphics/IPA/Makefile
parent00e2c9ce587d309eaa11a782f1d67a32a52fe3d3 (diff)
downloadports-a6342f310d6c454920a1d9160b1ed88181e3c0ec.tar.gz
ports-a6342f310d6c454920a1d9160b1ed88181e3c0ec.zip
Fix build with Perl >= 5.26 - regular expression match was failing with
newer MakeMaker which caused the objects to be written to the wrong location Add LICENSE - the README says it is licensed the same as Perl MFH: 2018Q3 (blanket - build fix)
Notes
Notes: svn path=/head/; revision=476485
Diffstat (limited to 'graphics/IPA/Makefile')
-rw-r--r--graphics/IPA/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/graphics/IPA/Makefile b/graphics/IPA/Makefile
index 080d86fbc7a7..a55e88010cd4 100644
--- a/graphics/IPA/Makefile
+++ b/graphics/IPA/Makefile
@@ -10,6 +10,9 @@ MASTER_SITES= http://www.prima.eu.org/IPA/ CPAN/Prima/KARASIK
MAINTAINER= ports@FreeBSD.org
COMMENT= Image Processing Algorithms
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Prima>1.24:x11-toolkits/p5-Prima
@@ -21,10 +24,4 @@ MAKE_JOBS_UNSAFE= yes
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/IPA/IPA.so
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} >= 502600
-BROKEN= Does not build
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>