2010-12-03 11:44:22 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2010/12/03 11:44:27 ajacoutot Exp $
|
2003-04-09 10:43:56 +00:00
|
|
|
|
2007-08-26 18:39:52 +00:00
|
|
|
COMMENT= Module bundle for reading and parsing config files
|
2003-04-09 10:43:56 +00:00
|
|
|
|
2006-11-25 16:32:33 +00:00
|
|
|
MODULES= cpan
|
2007-08-26 18:39:52 +00:00
|
|
|
DISTNAME= AppConfig-1.66
|
2010-12-03 11:44:22 +00:00
|
|
|
REVISION= 0
|
2006-11-25 16:32:33 +00:00
|
|
|
CATEGORIES= devel
|
2010-10-18 17:47:50 +00:00
|
|
|
USE_GROFF = Yes
|
2003-04-09 10:43:56 +00:00
|
|
|
|
2007-01-10 21:50:34 +00:00
|
|
|
# perl
|
2003-04-09 10:43:56 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2007-01-10 21:50:34 +00:00
|
|
|
.ifmake regress
|
|
|
|
PORTHOME= ${HOME}
|
|
|
|
.endif
|
|
|
|
|
2003-04-09 10:43:56 +00:00
|
|
|
.include <bsd.port.mk>
|