freebsd-ports/textproc/p5-String-Format/Makefile
Wen Heping b59c53dcfe - Update to 1.18
- Pass maintainership to submitter
- Add LICENSE_FILE

PR:		245801
Submitted by:	svysh.fbsd@gmail.com
Approved by:	maintainer(timeout, > 14 days)
2020-05-05 03:35:01 +00:00

19 lines
381 B
Makefile

# Created by: Matt Mills <matt_mills@btopenworld.com>
# $FreeBSD$
PORTNAME= String-Format
PORTVERSION= 1.18
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= svysh.fbsd@gmail.com
COMMENT= Perl module for sprintf-like string formatting capability
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/README
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>