diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-17 14:28:07 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-17 14:28:07 +0800 |
commit | fde693e93db35fe3bd1a21756278115f8bfa5d96 (patch) | |
tree | a2818cc36d7e06c4c64a53b943d25f7b90c450f3 /dns/ddclient | |
parent | 12e20b0674c48f693a78fe456f8afcfb71b9685b (diff) | |
download | freebsd-ports-gnome-fde693e93db35fe3bd1a21756278115f8bfa5d96.tar.gz freebsd-ports-gnome-fde693e93db35fe3bd1a21756278115f8bfa5d96.tar.zst freebsd-ports-gnome-fde693e93db35fe3bd1a21756278115f8bfa5d96.zip |
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
Diffstat (limited to 'dns/ddclient')
-rw-r--r-- | dns/ddclient/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/ddclient/Makefile b/dns/ddclient/Makefile index 4615a6e82d09..20b5378daf08 100644 --- a/dns/ddclient/Makefile +++ b/dns/ddclient/Makefile @@ -13,7 +13,8 @@ COMMENT= Update dynamic DNS entries LICENSE= GPLv2 USE_BZIP2= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes USE_RC_SUBR= ${PORTNAME} |