2010-12-03 06:44:22 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2010/12/03 11:44:28 ajacoutot Exp $
|
2009-02-04 03:37:06 -05:00
|
|
|
|
|
|
|
COMMENT = magical config file parser
|
|
|
|
|
|
|
|
MODULES = cpan
|
|
|
|
|
|
|
|
DISTNAME = Config-Auto-0.20
|
2010-12-03 06:44:22 -05:00
|
|
|
REVISION = 0
|
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 \
|
|
|
|
devel/p5-YAML
|
|
|
|
REGRESS_DEPENDS = devel/p5-Test-Pod
|
2009-02-04 03:37:06 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|