freebsd-ports/net/p5-srv2pf/Makefile

28 lines
548 B
Makefile
Raw Normal View History

2015-11-02 16:04:52 +01:00
# $FreeBSD$
PORTNAME= srv2pf
2017-06-07 19:21:30 +02:00
PORTVERSION= 20170607
2015-11-02 16:04:52 +01:00
CATEGORIES= net
MASTER_SITES= GH
PKGNAMEPREFIX= p5-
2015-11-02 16:04:52 +01:00
MAINTAINER= des@FreeBSD.org
COMMENT= Create and update PF tables from LDAP groups
LICENSE= BSD3CLAUSE
RUN_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS \
p5-Regexp-Common>=0:textproc/p5-Regexp-Common \
2017-04-24 16:25:12 +02:00
p5-Try-Tiny>=0:lang/p5-Try-Tiny
BUILD_DEPENDS= ${RUN_DEPENDS}
2015-11-02 16:04:52 +01:00
USE_GITHUB= yes
GH_ACCOUNT= dag-erling
USES= perl5
USE_PERL5= configure run
PLIST_FILES= bin/${PORTNAME} ${SITE_MAN1_REL}/${PORTNAME}.1.gz
2015-11-02 16:04:52 +01:00
.include <bsd.port.mk>