1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/misc/p5-Geo-Cache/Makefile
Frank J. Laszlo 6e17578b4d - Add even more ports to the new "geography" category
Approved by:	Pav (wearing portmgr hat)
2007-07-22 19:53:52 +00:00

28 lines
621 B
Makefile

# New ports collection makefile for: Geo-Cache
# Date created: 18 Feb 2006
# Whom: Aaron Dalton <aaron@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Geo-Cache
PORTVERSION= 0.06
CATEGORIES= misc perl5 geography
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Geo
PKGNAMEPREFIX= p5-
MAINTAINER= aaron@FreeBSD.org
COMMENT= Object interface for GPS waypoints
BUILD_DEPENDS= ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \
${SITE_PERL}/Time/CTime.pm:${PORTSDIR}/devel/p5-Time-modules
RUN_DEPENDS+= ${BUILD_DEPENDS}
MAN3= Geo::Cache.3 \
Geo::Gpx.3
PERL_CONFIGURE= yes
.include <bsd.port.mk>