mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
ac610fdb22
Approved by: portmgr (blanket)
21 lines
383 B
Makefile
21 lines
383 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
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|