21 lines
436 B
Makefile
21 lines
436 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= IPA
|
|
PORTVERSION= 1.08
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.prima.eu.org/IPA/ CPAN/Prima/KARASIK
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Image Processing Algorithms
|
|
|
|
RUN_DEPENDS= p5-Prima>1.24:${PORTSDIR}/x11-toolkits/p5-Prima
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
INSTALL_TARGET= pure_install
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
.include <bsd.port.mk>
|