17 lines
364 B
Makefile
17 lines
364 B
Makefile
# $OpenBSD: Makefile,v 1.10 2010/12/19 23:51:46 jasper Exp $
|
|
|
|
COMMENT= generic configuration parser, inspired by apache
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Config-General-2.50
|
|
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>
|