1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/graphics/IPA/Makefile
Jason E. Hale a6342f310d 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)
2018-08-06 02:49:34 +00:00

28 lines
548 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= IPA
PORTVERSION= 1.08
PORTREVISION= 2
CATEGORIES= graphics
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
USES= perl5
USE_PERL5= configure
INSTALL_TARGET= pure_install
MAKE_JOBS_UNSAFE= yes
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/IPA/IPA.so
.include <bsd.port.mk>