4ff591bc69
- Add LICENSE (Artistic 1 & GPL 1) - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Geo-Coordinates-Converter/Changes
38 lines
1 KiB
Makefile
38 lines
1 KiB
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Geo-Coordinates-Converter
|
|
PORTVERSION= 0.12
|
|
CATEGORIES= science geography perl5
|
|
MASTER_SITES= CPAN
|
|
#MASTER_SITE_SUBDIR= CPAN:YAPPO
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Simple converter of geo coordinates
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-Class-Accessor-Lite>=0.05:${PORTSDIR}/devel/p5-Class-Accessor-Lite \
|
|
p5-Readonly>0:${PORTSDIR}/devel/p5-Readonly \
|
|
p5-String-CamelCase>0:${PORTSDIR}/textproc/p5-String-CamelCase \
|
|
p5-YAML>0:${PORTSDIR}/textproc/p5-YAML
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
TEST_DEPENDS= p5-Test-Base>0:${PORTSDIR}/devel/p5-Test-Base
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Geo::Coordinates::Converter::Datum.3 \
|
|
Geo::Coordinates::Converter.3 \
|
|
Geo::Coordinates::Converter::Point.3 \
|
|
Geo::Coordinates::Converter::Format.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 501001
|
|
BUILD_DEPENDS+= p5-parent>0:${PORTSDIR}/devel/p5-parent
|
|
RUN_DEPENDS+= p5-parent>0:${PORTSDIR}/devel/p5-parent
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|