diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 08:56:53 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 08:56:53 +0000 |
commit | 72185e5fb2229800490e58850811d57db1039664 (patch) | |
tree | 9c01d1faf4fbbd4d19b88647d3113491e00711c3 /dns/updatedd/Makefile | |
parent | - convert to the new perl5 framework (diff) |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to '')
-rw-r--r-- | dns/updatedd/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/dns/updatedd/Makefile b/dns/updatedd/Makefile index 01c31e8baa2e..2f30f36e2af5 100644 --- a/dns/updatedd/Makefile +++ b/dns/updatedd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: updatedd -# Date created: 2003-12-02 -# Whom: geniusj@ods.org -# +# Created by: geniusj@ods.org # $FreeBSD$ -# PORTNAME= updatedd PORTVERSION= 2.6 @@ -15,7 +11,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= geniusj@ods.org COMMENT= Dynamic DNS Update Client supporting multiple services -USE_PERL5= yes +USES= perl5 USE_GMAKE= yes GNU_CONFIGURE= yes |