17 lines
319 B
Makefile
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>
|