1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/net/p5-srv2pf/Makefile
Mathieu Arnold 7710e576da Remove MASTER_SITES=GH when it is the only one.
It is added by USE_GITHUB.  Tested with `make makesum` not changing distinfo.
2019-01-08 13:20:19 +00:00

27 lines
531 B
Makefile

# $FreeBSD$
PORTNAME= srv2pf
PORTVERSION= 20170607
CATEGORIES= net
PKGNAMEPREFIX= p5-
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 \
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>