freebsd-ports/devel/p5-Getopt-Long/Makefile
2020-08-23 19:39:40 +00:00

21 lines
375 B
Makefile

# Created by: Anton Berezin <tobez@tobez.org>
# $FreeBSD$
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>