mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
c0a78e43e5
was on when it should have been applied when DOCS was off) With stage, we do not need this patch anymore Reported by: pkg-fallout
22 lines
427 B
Makefile
22 lines
427 B
Makefile
# Created by: geniusj@ods.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= updatedd
|
|
PORTVERSION= 2.6
|
|
CATEGORIES= dns
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= geniusj@ods.org
|
|
COMMENT= Dynamic DNS Update Client supporting multiple services
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
USES= gmake perl5
|
|
GNU_CONFIGURE= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|