diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-03-03 12:25:09 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-03-03 12:25:09 +0000 |
commit | 44157bf051ca1aea2b3428a3d03ba118ee0031e8 (patch) | |
tree | f4ca7d05073c783ed7efc4ebb583dc23dae6372f /www/p5-Bundle-Slash | |
parent | e8ef4a0dcd8bac56a0bdcc55a001b2df2abe4cc1 (diff) | |
download | ports-44157bf051ca1aea2b3428a3d03ba118ee0031e8.tar.gz ports-44157bf051ca1aea2b3428a3d03ba118ee0031e8.zip |
Notes
Diffstat (limited to 'www/p5-Bundle-Slash')
-rw-r--r-- | www/p5-Bundle-Slash/Makefile | 15 | ||||
-rw-r--r-- | www/p5-Bundle-Slash/distinfo | 3 |
2 files changed, 14 insertions, 4 deletions
diff --git a/www/p5-Bundle-Slash/Makefile b/www/p5-Bundle-Slash/Makefile index 60679549f99d..18c1ec3aa27c 100644 --- a/www/p5-Bundle-Slash/Makefile +++ b/www/p5-Bundle-Slash/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Bundle-Slash -PORTVERSION= 2.13 +PORTVERSION= 2.32 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Bundle @@ -19,21 +19,24 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-D ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ - ${SITE_PERL}/${PERL_ARCH}/Apache/Cookie.pm:${PORTSDIR}/www/p5-libapreq \ ${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \ ${SITE_PERL}/Net/Cmd.pm:${PORTSDIR}/net/p5-Net \ ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/HTML/Element.pm:${PORTSDIR}/www/p5-HTML-Tree \ + ${SITE_PERL}/${PERL_ARCH}/HTML/TokeParser.pm:${PORTSDIR}/www/p5-HTML-Parser \ + ${SITE_PERL}/HTML/CalendarMonth.pm:${PORTSDIR}/www/p5-HTML-CalendarMonth \ ${SITE_PERL}/Font/AFM.pm:${PORTSDIR}/x11-fonts/p5-Font-AFM \ ${SITE_PERL}/HTML/FormatText.pm:${PORTSDIR}/textproc/p5-HTML-Format \ ${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS \ + ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ ${SITE_PERL}/Data/ShowTable.pm:${PORTSDIR}/devel/p5-Data-ShowTable \ - ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-Mysql \ + ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \ ${SITE_PERL}/Apache/DBI.pm:${PORTSDIR}/www/p5-Apache-DBI \ ${SITE_PERL}/AppConfig.pm:${PORTSDIR}/devel/p5-AppConfig \ ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \ ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ + ${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \ ${SITE_PERL}/Mail/Sendmail.pm:${PORTSDIR}/mail/p5-Mail-Sendmail \ ${SITE_PERL}/Email/Valid.pm:${PORTSDIR}/mail/p5-Email-Valid \ ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \ @@ -44,6 +47,12 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-D ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \ ${SITE_PERL}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time-modules \ ${SITE_PERL}/DBIx/Password.pm:${PORTSDIR}/databases/p5-DBIx-Password + +.if !defined(WITH_APACHE2) +BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache/Cookie.pm:${PORTSDIR}/www/p5-libapreq \ + ${SITE_PERL}/Apache/Test.pm:${PORTSDIR}/www/p5-Apache-Test +.endif + RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/www/p5-Bundle-Slash/distinfo b/www/p5-Bundle-Slash/distinfo index 1fb681352172..44fbd81bd078 100644 --- a/www/p5-Bundle-Slash/distinfo +++ b/www/p5-Bundle-Slash/distinfo @@ -1 +1,2 @@ -MD5 (Bundle-Slash-2.13.tar.gz) = 266b3eae95f8bbdd9c9f1af5dba947e7 +MD5 (Bundle-Slash-2.32.tar.gz) = ebb42e0a8e562587b67ac22aeb7dd19c +SIZE (Bundle-Slash-2.32.tar.gz) = 1628 |