d86ecfca5d
"looks good" sturm@
20 lines
425 B
Makefile
20 lines
425 B
Makefile
# $OpenBSD: Makefile,v 1.4 2007/04/12 18:59:35 jasper Exp $
|
|
|
|
COMMENT= "Emulates the sscanf() of the C stdio library"
|
|
|
|
MODULES= cpan
|
|
VERSION= 2.1
|
|
DISTNAME= String-Scanf-${VERSION}
|
|
PKGNAME= p5-${DISTNAME}p0
|
|
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>
|