forked from Lainports/freebsd-ports
18 lines
369 B
Makefile
18 lines
369 B
Makefile
# Created by: Matt Mills <matt_mills@btopenworld.com>
|
|
|
|
PORTNAME= String-Format
|
|
PORTVERSION= 1.18
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= svysh.fbsd@gmail.com
|
|
COMMENT= Perl module for sprintf-like string formatting capability
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/README
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|