diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-17 00:23:06 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-17 00:23:06 +0000 |
commit | 47d19a1c35ba51645dc5c000b79efe8551c4eaf8 (patch) | |
tree | 148d6cc7ff91e914f8e429700c849ee6f5d7c18d /www/serendipity | |
parent | 605e52bbc829f5c54b3f1556bce839c6c25f2626 (diff) | |
download | FreeBSD-ports-47d19a1c35ba51645dc5c000b79efe8551c4eaf8.zip FreeBSD-ports-47d19a1c35ba51645dc5c000b79efe8551c4eaf8.tar.gz |
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>
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 3357e12..57bcecb 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} |