- Add BUILD_DEPENDS - Fix version requirement of *_DEPENDS - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Geo-Point/ChangeLog
25 lines
553 B
Makefile
25 lines
553 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Geo-Point
|
|
PORTVERSION= 0.97
|
|
CATEGORIES= graphics devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl Module Tries To Abstract Coordinate Systems
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-Geo-Distance>=0.06:math/p5-Geo-Distance \
|
|
p5-Geo-Proj4>=1.01:graphics/p5-Geo-Proj4 \
|
|
p5-Math-Polygon>=1.01:math/p5-Math-Polygon
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|