diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-17 00:23:06 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-17 00:23:06 +0000 |
commit | 7fc1b6d2bb1d807ec72f8a61f29861c226e3edac (patch) | |
tree | 48742e6ca99b148e44777bdce88823326af39740 /www/serendipity | |
parent | 3381d130e984227fc6c7696c41605f2aa0bb43ca (diff) |
Add dependency on archivers/pear-File_Archive as suggested.
Serendipity has a plugin that conveniently backups the
entire site.
This plugin requires the pear-File_Archive port in
ports/archivers.
Being that this is not part of the ported package but an
add on you may not want to place the pear-File_Archive on
the dependency list.
Submitted by: "Gerard J. Cerchio" <gjpc@OB1Net.net>
Notes
Notes:
svn path=/head/; revision=153698
Diffstat (limited to 'www/serendipity')
-rw-r--r-- | www/serendipity/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/serendipity/Makefile b/www/serendipity/Makefile index 3357e12b245c..57bcecb38372 100644 --- a/www/serendipity/Makefile +++ b/www/serendipity/Makefile @@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= php-blog MAINTAINER= babak@farrokhi.net COMMENT= PHP based weblog software +RUN_DEPENDS= ${LOCALBASE}/share/pear/File/Archive.php:${PORTSDIR}/archivers/pear-File_Archive + WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= YES SERENDIPITY?= www/${PORTNAME} |