opnsense-ports/devel/p5-Algorithm-IncludeExclude/Makefile
Franco Fichtner 740ed7b2c0 */*: sync with upstream
Taken from: HardenedBSD
2018-09-11 00:35:04 +02:00

20 lines
423 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= Algorithm-IncludeExclude
PORTVERSION= 0.01
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Build and evaluate include/exclude lists
BUILD_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>