openbsd-ports/devel/p5-String-Scanf/Makefile
2010-12-03 11:44:22 +00:00

21 lines
428 B
Makefile

# $OpenBSD: Makefile,v 1.8 2010/12/03 11:44:35 ajacoutot Exp $
COMMENT= Emulates the sscanf() of the C stdio library
MODULES= cpan
VERSION= 2.1
DISTNAME= String-Scanf-${VERSION}
REVISION= 1
CATEGORIES= devel perl5
USE_GROFF = Yes
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>