openbsd-ports/devel/p5-String-Scanf/Makefile
2010-07-13 19:46:10 +00:00

20 lines
408 B
Makefile

# $OpenBSD: Makefile,v 1.6 2010/07/13 19:46:13 sthen Exp $
COMMENT= Emulates the sscanf() of the C stdio library
MODULES= cpan
VERSION= 2.1
DISTNAME= String-Scanf-${VERSION}
REVISION= 0
CATEGORIES= devel perl5
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>