openbsd-ports/geo/p5-Geo-Forward/Makefile

20 lines
404 B
Makefile
Raw Normal View History

2010-11-17 03:05:12 -05:00
# $OpenBSD: Makefile,v 1.3 2010/11/17 08:05:12 espie Exp $
COMMENT= module to calculate geographic location
MODULES= cpan
DISTNAME= Geo-Forward-0.11
CATEGORIES= geo
2010-10-18 14:13:12 -04:00
USE_GROFF = Yes
# Perl
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
2010-11-17 03:05:12 -05:00
RUN_DEPENDS= geo/p5-Geo-Constants \
geo/p5-Geo-Ellipsoids \
geo/p5-Geo-Functions
.include <bsd.port.mk>