aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/p5-Geo-Proj4/Makefile
blob: 1ad61215704de1f2d60928f942bc0a1e6bba6104 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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

MAN3=       Geo::Proj4.3
CONFIGURE_ENV=  GEOPROJ_FWTOOLS_DIR=${LOCALBASE}
MAKE_ENV=   INC=-I${LOCALBASE}/include
USES=       perl5
USE_PERL5=  configure

NO_STAGE=   yes
.include <bsd.port.mk>