openbsd-ports/devel/p5-Config-General/Makefile
espie f95a746038 Config::General is a configuration parser using a format similar
to Apache.

It is a regression depend for some module needed for catalyst.
2006-11-04 14:43:11 +00:00

28 lines
630 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2006/11/04 14:43:11 espie Exp $
COMMENT= "generic configuration parser, inspired by apache"
DISTNAME= Config-General-2.31
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
HOMEPAGE= http://www.daemon.de/config-general/
# Same as perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
# the 2.31 tarball includes an extra copy of Extended,
# which is probably not intentional.
post-extract:
rm ${WRKSRC}/Extended.pm
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/}
CONFIGURE_STYLE=perl
PKG_ARCH= *
.include <bsd.port.mk>