freebsd-ports/textproc/p5-String-Format/Makefile
Marcelo Araujo 2cba6cd79f - Include some ports in perl5 category.
PR:		ports/123530
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	flz (portmgr)
2008-05-19 13:12:08 +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.14
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>