diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-04-04 11:37:55 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-04-04 11:37:55 +0000 |
commit | 188fcbfce160797d1ca374c051abfcb3079cf152 (patch) | |
tree | ed5c798b0466fbf8b4f43b38bdf02278ad982a80 /mail/getlive | |
parent | d964dbfc918b0e2e35fec3305b884530e4d716ac (diff) | |
download | ports-188fcbfce160797d1ca374c051abfcb3079cf152.tar.gz ports-188fcbfce160797d1ca374c051abfcb3079cf152.zip |
Notes
Diffstat (limited to 'mail/getlive')
-rw-r--r-- | mail/getlive/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/getlive/Makefile b/mail/getlive/Makefile index 7e6705007fec..77c254fb0d9a 100644 --- a/mail/getlive/Makefile +++ b/mail/getlive/Makefile @@ -3,6 +3,7 @@ PORTNAME= getlive DISTVERSION= 3_0_3 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://tardisi.com/distfiles/ \ http://lawrencechen.net/distfiles/ @@ -18,7 +19,8 @@ RUN_DEPENDS= curl:${PORTSDIR}/ftp/curl \ p5-WWW-Mechanize-GZip>=0:${PORTSDIR}/www/p5-WWW-Mechanize-GZip NO_BUILD= yes -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= GetLive.pl USE_PERL5= run PLIST_FILES= bin/getlive etc/getlive.conf.sample |