diff options
author | culot <culot@FreeBSD.org> | 2012-06-06 19:22:18 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-06-06 19:22:18 +0800 |
commit | 9c6a2b5b2992ba03bc9c2243bcc0e492a719a8bf (patch) | |
tree | 565ba845fe1e8c8941614bb1acd311fe0946ef7a /devel/p5-B-Deobfuscate | |
parent | 3cf6891ad3759c0a1fe8952fa069d21cda75d6ae (diff) | |
download | freebsd-ports-gnome-9c6a2b5b2992ba03bc9c2243bcc0e492a719a8bf.tar.gz freebsd-ports-gnome-9c6a2b5b2992ba03bc9c2243bcc0e492a719a8bf.tar.zst freebsd-ports-gnome-9c6a2b5b2992ba03bc9c2243bcc0e492a719a8bf.zip |
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@
Diffstat (limited to 'devel/p5-B-Deobfuscate')
-rw-r--r-- | devel/p5-B-Deobfuscate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-B-Deobfuscate/Makefile b/devel/p5-B-Deobfuscate/Makefile index 9c167e3b1d94..12d4a03808db 100644 --- a/devel/p5-B-Deobfuscate/Makefile +++ b/devel/p5-B-Deobfuscate/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Extension to B::Deparse for use in de-obfuscating source code -RUN_DEPENDS= ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \ - ${SITE_PERL}/B/Keywords.pm:${PORTSDIR}/devel/p5-B-Keywords +RUN_DEPENDS= p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \ + p5-B-Keywords>=0:${PORTSDIR}/devel/p5-B-Keywords BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes |