openbsd-ports/devel/p5-Config-Std/Makefile
sthen 70c96bdb32 import ports/devel/p5-Config-Std from Chris Bennett ok landry@
Config::Std - Load and save configuration files in a standard format
The configuration language is deliberately simple and limited, and the
module works hard to preserve as much information (section order,
comments, etc.) as possible when a configuration file is updated.
2012-06-27 09:02:43 +00:00

22 lines
454 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2012/06/27 09:02:43 sthen Exp $
COMMENT= use standard configuration files
MODULES= cpan
DISTNAME= Config-Std-0.900
CATEGORIES= devel
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= devel/p5-Class-Std
BUILD_DEPENDS= ${RUN_DEPENDS}
REGRESS_DEPENDS= devel/p5-Test-Distribution \
devel/p5-Test-Pod-Coverage>=1.04
.include <bsd.port.mk>