18 lines
346 B
Makefile
18 lines
346 B
Makefile
# $OpenBSD: Makefile,v 1.9 2013/03/11 10:50:21 espie 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
|
|
|
|
.include <bsd.port.mk>
|