14 lines
252 B
Makefile
14 lines
252 B
Makefile
# $OpenBSD: Makefile,v 1.9 2020/07/03 21:45:21 sthen Exp $
|
|
|
|
COMMENT= calculate geographic distance from a lat/lon pair
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= Geo-Inverse-0.05
|
|
REVISION= 2
|
|
CATEGORIES= geo
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
.include <bsd.port.mk>
|