2010-11-17 03:05:12 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2010/11/17 08:05:12 espie Exp $
|
2007-12-14 17:44:13 -05:00
|
|
|
|
|
|
|
COMMENT= C/XS reimplementation of Geo::Coordinates::UTM
|
|
|
|
MODULES= cpan
|
|
|
|
SHARED_ONLY= Yes
|
2010-09-23 15:36:05 -04:00
|
|
|
DISTNAME= Geo-Coordinates-UTM-XS-0.04
|
2010-09-24 11:29:20 -04:00
|
|
|
REVISION= 0
|
2007-12-14 17:44:13 -05:00
|
|
|
CATEGORIES= geo
|
2010-10-18 14:13:12 -04:00
|
|
|
USE_GROFF = Yes
|
2007-12-14 17:44:13 -05:00
|
|
|
|
2010-09-23 15:36:05 -04:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2010-11-17 03:05:12 -05:00
|
|
|
RUN_DEPENDS= geo/p5-Geo-Coordinates-UTM>=0.05
|
2007-12-14 17:44:13 -05:00
|
|
|
|
|
|
|
# Perl
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|