f4f3951279
- Add LICENSE (GPLv2) PR: ports/175496 Approved by: swills (mentor)
19 lines
367 B
Makefile
19 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>
|