openbsd-ports/devel/p5-String-Scanf/Makefile
steven 0c82c25558 update to 2.1, PKG_ARCH=*
new maintainer is Jasper Lievisse Adriaanse
2005-12-20 19:53:12 +00:00

25 lines
509 B
Makefile

# $OpenBSD: Makefile,v 1.2 2005/12/20 19:53:12 steven Exp $
COMMENT= "Emulates the sscanf() of the C stdio library"
VERSION= 2.1
DISTNAME= String-Scanf-${VERSION}
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MAINTAINER= Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
# GPL/Artistic License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/}
CONFIGURE_STYLE= perl
PKG_ARCH= *
.include <bsd.port.mk>