13 lines
240 B
Makefile
13 lines
240 B
Makefile
# $OpenBSD: Makefile,v 1.12 2019/07/12 20:46:30 sthen Exp $
|
|
|
|
COMMENT= provides Latitude Longitude conversions
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME = Geo-Coordinates-UTM-0.11
|
|
CATEGORIES= geo
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
.include <bsd.port.mk>
|