opnsense-ports/devel/p5-Commandable/Makefile
Franco Fichtner 39329c8054 */*: sync with upstream
Taken from: HardenedBSD
2018-07-31 05:06:20 +02:00

24 lines
484 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Commandable
PORTVERSION= 0.02
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PEVANS
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Utilities for commandline-based programs
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= p5-Test-Warnings>=0:devel/p5-Test-Warnings
NO_ARCH= yes
USE_PERL5= modbuild
USES= perl5
.include <bsd.port.mk>