22 lines
456 B
Makefile
22 lines
456 B
Makefile
# $OpenBSD: Makefile,v 1.3 2004/05/07 04:56:50 robert Exp $
|
|
|
|
COMMENT= "Module bundle for reading and parsing config files"
|
|
|
|
DISTNAME= AppConfig-1.56
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=AppConfig/}
|
|
|
|
MAINTAINER= Morten Liebach <m@mongers.org>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|