20 lines
363 B
Makefile
20 lines
363 B
Makefile
# Created by: Anton Berezin <tobez@tobez.org>
|
|
|
|
PORTNAME= Getopt-Long
|
|
PORTVERSION= 2.52
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl module for extended processing of command line options
|
|
|
|
LICENSE= ART10 GPLv2+
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|