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

19 lines
396 B
Makefile
Raw Normal View History

2006-11-29 03:23:29 -05:00
# $OpenBSD: Makefile,v 1.3 2006/11/29 08:23:30 espie 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}
CATEGORIES= devel perl5
MAINTAINER= Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
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>