2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Seamus Venasse <svenasse@polaris.ca>
|
2001-11-05 13:51:58 +01:00
|
|
|
# $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
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2001-11-05 13:51:58 +01:00
|
|
|
|
|
|
|
MAN3= String::Scanf.3
|
|
|
|
|
2013-09-21 01:17:30 +02:00
|
|
|
NO_STAGE= yes
|
2001-11-05 13:51:58 +01:00
|
|
|
.include <bsd.port.mk>
|