openbsd-ports/geo/p5-Geo-TigerLine/Makefile
naddy cfbb239b6a Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00

17 lines
330 B
Makefile

# $OpenBSD: Makefile,v 1.7 2016/03/20 19:56:43 naddy Exp $
COMMENT= parse TIGER/Line geographic data
MODULES= cpan
PKG_ARCH= *
DISTNAME= Geo-TigerLine-0.03
CATEGORIES= geo
# Perl
PERMIT_PACKAGE_CDROM= Yes
RUN_DEPENDS= devel/p5-Carp-Assert \
devel/p5-Class-Accessor \
devel/p5-Class-Data-Inheritable
.include <bsd.port.mk>