diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 06:28:07 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 06:28:07 +0000 |
commit | b15e495041a4fd2f9fafcc7d9540759c4c22a610 (patch) | |
tree | a2818cc36d7e06c4c64a53b943d25f7b90c450f3 /dns/ddclient | |
parent | 46c6877a4a150b8a708675a333110c1effbc512e (diff) |
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
Notes
Notes:
svn path=/head/; revision=327451
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} |