aboutsummaryrefslogtreecommitdiff
path: root/net/p5-srv2pf/Makefile
blob: 10c723737d2bb24e8b160f8053f2ab20f002dadb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PORTNAME=	srv2pf
PORTVERSION=	20211010
CATEGORIES=	net
PKGNAMEPREFIX=	p5-

MAINTAINER=	des@FreeBSD.org
COMMENT=	Create and update PF tables from LDAP groups
WWW=		https://github.com/dag-erling/srv2pf

LICENSE=	BSD3CLAUSE

RUN_DEPENDS=	p5-Net-DNS>=0:dns/p5-Net-DNS \
		p5-Regexp-Common>=0:textproc/p5-Regexp-Common \
                p5-Try-Tiny>=0:lang/p5-Try-Tiny
BUILD_DEPENDS=	${RUN_DEPENDS}

USE_GITHUB=	yes
GH_ACCOUNT=	dag-erling

USES=		perl5
USE_PERL5=	configure run

PLIST_FILES=	bin/${PORTNAME} ${SITE_MAN1_REL}/${PORTNAME}.1.gz

.include <bsd.port.mk>