mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
f4f3951279
- Add LICENSE (GPLv2) PR: ports/175496 Approved by: swills (mentor)
20 lines
367 B
Makefile
20 lines
367 B
Makefile
# Created by: Matt Mills <matt_mills@btopenworld.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= String-Format
|
|
PORTVERSION= 1.17
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= matt_mills@btopenworld.com
|
|
COMMENT= Perl module for sprintf-like string formatting capability
|
|
|
|
LICENSE= GPLv2
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= String::Format.3
|
|
|
|
.include <bsd.port.mk>
|