17 lines
277 B
Makefile
17 lines
277 B
Makefile
# $OpenBSD: Makefile,v 1.14 2015/04/12 08:35:13 jasper Exp $
|
|
|
|
COMMENT= bundle for reading and parsing config files
|
|
|
|
MODULES= cpan
|
|
DISTNAME = AppConfig-1.71
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
.ifmake test
|
|
PORTHOME= ${HOME}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|