cfbb239b6a
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
17 lines
330 B
Makefile
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>
|