1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/textproc/p5-String-Format/Makefile
Po-Chien Lin f4f3951279 - Update to 1.17
- Add LICENSE (GPLv2)

PR:		ports/175496
Approved by:	swills (mentor)
2013-02-21 17:04:42 +00:00

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>