1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/graphics/p5-Geo-Proj4/Makefile
Andrej Zverev 3c9ffd7218 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-30 08:45:50 +00:00

21 lines
431 B
Makefile

# Created by: Eric Stith
# $FreeBSD$
PORTNAME= Geo-Proj4
PORTVERSION= 1.04
CATEGORIES= graphics devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lippe@FreeBSD.org
COMMENT= Perl cartographic projections wrapper for Proj library
LIB_DEPENDS= proj:${PORTSDIR}/graphics/proj
CONFIGURE_ENV= GEOPROJ_FWTOOLS_DIR=${LOCALBASE}
MAKE_ENV= INC=-I${LOCALBASE}/include
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>