aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Shape/Makefile
blob: 1331a3d435594f316eff5cdd205c3ff2ee1f486c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    p5-Shape
# Date created:             April 17th 2003
# Whom:                     Leif Pedersen <pedersen@meridian-enviro.com>
#
# $FreeBSD$
#

PORTNAME=   Shape
PORTVERSION=    0.04
CATEGORIES= devel perl5
MASTER_SITES=   http://www.water.hut.fi/pub/Grid/
PKGNAMEPREFIX=  p5-

MAINTAINER= pedersen@meridian-enviro.com
COMMENT=    Perl5 module to read and write shapefiles via shapelib

LIB_DEPENDS=    shp:${PORTSDIR}/devel/shapelib

PERL_CONFIGURE= yes
MAN3=       Shape.3

.include <bsd.port.mk>