21 lines
365 B
Makefile
21 lines
365 B
Makefile
# $OpenBSD: Makefile,v 1.10 2020/07/03 21:45:21 sthen Exp $
|
|
|
|
COMMENT= geocode any US address
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= Geo-Coder-US-1.00
|
|
REVISION= 2
|
|
CATEGORIES= geo
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
RUN_DEPENDS= geo/p5-Geo-Fips55 \
|
|
geo/p5-Geo-StreetAddress-US \
|
|
geo/p5-Geo-TigerLine
|
|
|
|
MODCPAN_EXAMPLES= Yes
|
|
MODCPAN_EXAMPLES_DIST= eg
|
|
|
|
.include <bsd.port.mk>
|