- new MAINTAINER Jasper Lievisse Adriaanse <jasper at nedbsd.nl>

- PKG_ARCH=*
- bump PKGNAME
This commit is contained in:
steven 2005-12-11 11:10:06 +00:00
parent beefcb78d5
commit 35d1827fec

View File

@ -1,14 +1,14 @@
# $OpenBSD: Makefile,v 1.3 2004/05/07 04:56:50 robert Exp $
# $OpenBSD: Makefile,v 1.4 2005/12/11 11:10:06 steven Exp $
COMMENT= "Module bundle for reading and parsing config files"
DISTNAME= AppConfig-1.56
PKGNAME= p5-${DISTNAME}
PKGNAME= p5-${DISTNAME}p0
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=AppConfig/}
MAINTAINER= Morten Liebach <m@mongers.org>
MAINTAINER= Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
@ -18,4 +18,6 @@ PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
PKG_ARCH= *
.include <bsd.port.mk>