18 lines
282 B
Makefile
18 lines
282 B
Makefile
# $OpenBSD: Makefile,v 1.16 2019/07/12 20:44:44 sthen Exp $
|
|
|
|
COMMENT= bundle for reading and parsing config files
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME = AppConfig-1.71
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
.ifmake test
|
|
PORTHOME= ${HOME}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|