freebsd-ports/devel/p5-App-CLI/Makefile
Sunpoet Po-Chuan Hsieh 4f760d4a55 Update to 0.4
- Add LICENSE

Changes:	https://metacpan.org/changes/distribution/App-CLI
2018-09-13 21:54:01 +00:00

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>