1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/textproc/p5-String-Format/Makefile
Po-Chuan Hsieh ac610fdb22
textproc/p5-String-Format: Add NO_ARCH
Approved by:	portmgr (blanket)
2021-05-31 03:59:24 +08:00

21 lines
383 B
Makefile

# Created by: Matt Mills <matt_mills@btopenworld.com>
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
NO_ARCH= yes
.include <bsd.port.mk>