freebsd-ports/textproc/p5-String-Format/Makefile
Philip M. Gollucci 9f18e9907e - Update to 1.16
PR:             ports/141564
Approved by:     maintainer
Submitted by:   myself (pgollucci@)
2009-12-15 21:09:09 +00:00

21 lines
472 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.16
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
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>