e271e789f2
- Add SHA256 PR: 92214 Submitted by: Matt Mills <matt_mills@btopenworld.com> (maintainer)
23 lines
513 B
Makefile
23 lines
513 B
Makefile
# New ports collection makefile for: String::Format
|
|
# Date created: 24 March, 2005
|
|
# Whom: Matt Mills <matt_mills@btopenworld.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= String-Format
|
|
PORTVERSION= 1.14
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= String
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= matt_mills@btopenworld.com
|
|
COMMENT= Perl module for sprintf-like string formatting capability
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= String::Format.3
|
|
|
|
.include <bsd.port.mk>
|