freebsd-ports/graphics/p5-Geo-GDAL/Makefile
Sunpoet Po-Chuan Hsieh d2d39bae72 - Add LICENSE
2013-04-26 09:14:48 +00:00

29 lines
674 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Geo-GDAL
PORTVERSION= 1.9.2
CATEGORIES= graphics perl5
MASTER_SITES= http://download.osgeo.org/gdal/ \
ftp://ftp.remotesensing.org/pub/gdal/ \
LOCAL/sunpoet
PKGNAMEPREFIX= p5-
DISTNAME= gdal-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Perl binding for GDAL
LICENSE= MIT
LIB_DEPENDS= gdal:${PORTSDIR}/graphics/gdal
USE_PERL5= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/swig/perl
post-patch:
@${REINPLACE_CMD} -e 's| install| pure_install|' ${WRKSRC}/${MAKEFILE}
regression-test test: build
cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE} test || ${TRUE}
.include <bsd.port.mk>