diff options
author | az <az@FreeBSD.org> | 2012-07-01 01:24:32 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-07-01 01:24:32 +0800 |
commit | a8e0a819dfd5bf6d469689e600c074e4e6f47ebc (patch) | |
tree | a6d26fc9682451b92276325f6baec342a91883dc /www/blogsum | |
parent | 888041592543a25b6da974566ec9b7ed1d4f8c93 (diff) | |
download | freebsd-ports-gnome-a8e0a819dfd5bf6d469689e600c074e4e6f47ebc.tar.gz freebsd-ports-gnome-a8e0a819dfd5bf6d469689e600c074e4e6f47ebc.tar.zst freebsd-ports-gnome-a8e0a819dfd5bf6d469689e600c074e4e6f47ebc.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'www/blogsum')
-rw-r--r-- | www/blogsum/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/www/blogsum/Makefile b/www/blogsum/Makefile index 0dd9a410e20c..b07f130c8b1b 100644 --- a/www/blogsum/Makefile +++ b/www/blogsum/Makefile @@ -14,13 +14,12 @@ MASTER_SITES= http://www.dixongroup.net/ MAINTAINER= jhuldtgren@gmail.com COMMENT= Simple weblog -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ - ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite \ - ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 \ - ${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS \ - ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ - ${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \ - ${SITE_PERL}/HTTP/Lite.pm:${PORTSDIR}/www/p5-HTTP-Lite +RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ + p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \ + p5-XML-RSS>=0:${PORTSDIR}/textproc/p5-XML-RSS \ + p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ + p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template \ + p5-HTTP-Lite>=0:${PORTSDIR}/www/p5-HTTP-Lite NO_BUILD= yes USE_PERL5_RUN= yes |