aboutsummaryrefslogtreecommitdiff
path: root/mail/assp
diff options
context:
space:
mode:
authorFrederic Culot <culot@FreeBSD.org>2012-01-17 15:05:31 +0000
committerFrederic Culot <culot@FreeBSD.org>2012-01-17 15:05:31 +0000
commit5e67d4074e98065b9cf27672a2ddf7d1502aae83 (patch)
treed409fd97815e34f7ac8360b439c9e6ead282ebb1 /mail/assp
parenta6a77bf4294bdcf786389dc6e51e5509d7094265 (diff)
downloadports-5e67d4074e98065b9cf27672a2ddf7d1502aae83.tar.gz
ports-5e67d4074e98065b9cf27672a2ddf7d1502aae83.zip
- Add missing dependency on HTML::Parser [1]
- Bump PORTREVISION for dependency change PR: ports/164223 [1] Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
Notes
Notes: svn path=/head/; revision=289372
Diffstat (limited to 'mail/assp')
-rw-r--r--mail/assp/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/assp/Makefile b/mail/assp/Makefile
index cba63d23b718..280ebf53e0da 100644
--- a/mail/assp/Makefile
+++ b/mail/assp/Makefile
@@ -7,6 +7,7 @@
PORTNAME= assp
PORTVERSION= 1.9.1.9
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= mail
MASTER_SITES= http://www.ringofsaturn.com/distfiles/
@@ -61,7 +62,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${DISTNAME}/${PORTNAME:U}
SUB_LIST+= RC_SCRIPT=${RC_SCRIPT}
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS
-RUN_DEPENDS+= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww
+RUN_DEPENDS+= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww \
+ p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser
.if !defined(WITHOUT_EMVALID)
RUN_DEPENDS+= ${SITE_PERL}/Email/Valid.pm:${PORTSDIR}/mail/p5-Email-Valid