freebsd-ports/textproc/p5-String-Pad/Makefile
Alexey Dokuchaev 7c126099a4 This Perl module provides string padding routines.
PR:		243894
Submitted by:	Zane C. Bowers-Hadley
2020-07-06 11:34:07 +00:00

17 lines
318 B
Makefile

# Created by: Zane C. Bowers-Hadley <vvelox@vvelox.net>
# $FreeBSD$
PORTNAME= String-Pad
PORTVERSION= 0.020
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= String padding routines for Perl
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>