1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/graphics/p5-Geo-Proj4/Makefile
Baptiste Daroussin e6ffa1f425 Modernize LIB_DEPENDS
With hat:	portmgr
2014-07-13 23:23:25 +00:00

21 lines
437 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= libproj.so:${PORTSDIR}/graphics/proj
CONFIGURE_ENV= GEOPROJ_FWTOOLS_DIR=${LOCALBASE}
MAKE_ENV= INC=-I${LOCALBASE}/include
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>