openbsd-ports/devel/p5-String-Scanf/Makefile

20 lines
424 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.5 2007/09/16 02:53:08 merdely Exp $
COMMENT= Emulates the sscanf() of the C stdio library
2006-11-29 03:23:29 -05:00
MODULES= cpan
VERSION= 2.1
DISTNAME= String-Scanf-${VERSION}
PKGNAME= p5-${DISTNAME}p0
CATEGORIES= devel perl5
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
2006-11-29 03:23:29 -05:00
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>