openbsd-ports/devel/p5-Config-Tiny/Makefile
aanriot e2ffc310da - use MASTER_SITE_PERL_CPAN .
- drop maintainership.
- bump PKGNAME .

spotted by Simon Dassow <sdassow@realnetworks.de>, thanks.
2006-04-21 08:34:24 +00:00

23 lines
481 B
Makefile

# $OpenBSD: Makefile,v 1.3 2006/04/21 08:34:24 aanriot Exp $
COMMENT= "simple methods to Read/Write .ini style files"
DISTNAME= Config-Tiny-2.05
PKGNAME= p5-${DISTNAME}p0
CATEGORIES= devel perl5
# GPL/Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/}
CONFIGURE_STYLE=perl
PKG_ARCH= *
REGRESS_DEPENDS= ::devel/p5-Test-Pod
.include <bsd.port.mk>