19 lines
398 B
Makefile
19 lines
398 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/09/15 13:57:15 jolan Exp $
|
|
|
|
COMMENT= module to calculate geographic location
|
|
MODULES= cpan
|
|
DISTNAME= Geo-Forward-0.11
|
|
CATEGORIES= geo
|
|
|
|
# Perl
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::geo/p5-Geo-Constants \
|
|
::geo/p5-Geo-Ellipsoids \
|
|
::geo/p5-Geo-Functions
|
|
|
|
.include <bsd.port.mk>
|