freebsd-ports/devel/p5-Getopt-Tabular/Makefile
2021-04-06 16:31:07 +02:00

17 lines
319 B
Makefile

# Created by: Dimitry Andric <dim@FreeBSD.org>
PORTNAME= Getopt-Tabular
PORTVERSION= 0.3
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= dim@FreeBSD.org
COMMENT= Table-driven argument parsing for Perl 5
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>