4f760d4a55
- Add LICENSE Changes: https://metacpan.org/changes/distribution/App-CLI
20 lines
410 B
Makefile
20 lines
410 B
Makefile
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= App-CLI
|
|
PORTVERSION= 0.400
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S|00$||}
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= App::CLI - Dispatcher module for command line interface programs
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|