mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
7a0b6c0954
Approved by: portmgr blanket
23 lines
451 B
Makefile
23 lines
451 B
Makefile
# Created by: geniusj@ods.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= updatedd
|
|
PORTVERSION= 2.6
|
|
PORTREVISION= 1
|
|
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 libtool perl5
|
|
GNU_CONFIGURE= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|