17 lines
363 B
Makefile
17 lines
363 B
Makefile
# $OpenBSD: Makefile,v 1.7 2009/02/04 08:25:22 jasper Exp $
|
|
|
|
COMMENT= generic configuration parser, inspired by apache
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Config-General-2.42
|
|
CATEGORIES= devel
|
|
HOMEPAGE= http://www.daemon.de/ConfigGeneral
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|