2011-06-01 13:41:52 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2011/06/01 17:41:52 jasper Exp $
|
2009-02-04 03:37:06 -05:00
|
|
|
|
|
|
|
COMMENT = magical config file parser
|
|
|
|
|
|
|
|
MODULES = cpan
|
|
|
|
|
2011-06-01 13:41:52 -04:00
|
|
|
DISTNAME = Config-Auto-0.34
|
2009-02-04 03:37:06 -05:00
|
|
|
CATEGORIES = devel
|
2010-11-15 14:45:56 -05:00
|
|
|
USE_GROFF = Yes
|
2009-02-04 03:37:06 -05:00
|
|
|
|
|
|
|
# perl
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
2010-11-15 14:45:56 -05:00
|
|
|
RUN_DEPENDS = devel/p5-Config-IniFiles \
|
2011-06-01 13:41:52 -04:00
|
|
|
devel/p5-IO-String \
|
2010-11-15 14:45:56 -05:00
|
|
|
devel/p5-YAML
|
|
|
|
REGRESS_DEPENDS = devel/p5-Test-Pod
|
2009-02-04 03:37:06 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|