19 lines
396 B
Makefile
19 lines
396 B
Makefile
# $OpenBSD: Makefile,v 1.3 2006/11/29 08:23:30 espie Exp $
|
|
|
|
COMMENT= "Emulates the sscanf() of the C stdio library"
|
|
|
|
MODULES= cpan
|
|
VERSION= 2.1
|
|
DISTNAME= String-Scanf-${VERSION}
|
|
CATEGORIES= devel perl5
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|