1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/www/p5-Geo-Caching/Makefile
Sunpoet Po-Chuan Hsieh b8a99d3bbf - Add LICENSE
- Pass maintainership to submitter

PR:		188269
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-04-06 05:49:39 +00:00

26 lines
580 B
Makefile

# Created by: Aaron Dalton <aaron@FreeBSD.org>
# $FreeBSD$
PORTNAME= Geo-Caching
PORTVERSION= 0.11
PORTREVISION= 1
CATEGORIES= www perl5 geography
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= 5u623l20@gmail.com
COMMENT= Object interface for querying Geocaching.com website
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Geo-Cache>=0:${PORTSDIR}/misc/p5-Geo-Cache \
p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize \
p5-Geo-Gpx>=0:${PORTSDIR}/graphics/p5-Geo-Gpx
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>