openbsd-ports/devel/p5-Config-Any/Makefile

25 lines
535 B
Makefile
Raw Normal View History

2012-04-06 06:04:39 -04:00
# $OpenBSD: Makefile,v 1.19 2012/04/06 10:07:20 sthen Exp $
COMMENT= load various configuration file formats
MODULES= cpan
DISTNAME= Config-Any-0.23
CATEGORIES= devel
2007-05-05 13:44:50 -04:00
MAINTAINER= Simon Bertrang <simon@openbsd.org>
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
# All of these would be needed to parse all these configuration
# formats.
2010-11-15 14:45:56 -05:00
REGRESS_DEPENDS=devel/p5-Config-Tiny \
converters/p5-JSON \
devel/p5-YAML \
devel/p5-Config-General
.include <bsd.port.mk>