2001-11-05 13:51:58 +01:00
|
|
|
# New ports collection makefile for: String::Scanf
|
|
|
|
# Date created: 04 Nov 2001
|
|
|
|
# Whom: Seamus Venasse <svenasse@polaris.ca>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= String-Scanf
|
2005-09-22 10:11:37 +02:00
|
|
|
PORTVERSION= 2.1
|
2001-11-05 13:51:58 +01:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2001-11-05 13:51:58 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2005-09-22 10:11:37 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-03-17 11:01:16 +01:00
|
|
|
COMMENT= Emulates the sscanf() of the C stdio library
|
2001-11-05 13:51:58 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= String::Scanf.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|