aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-App-SD
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-02-06 20:06:06 +0000
committerSteve Wills <swills@FreeBSD.org>2012-02-06 20:06:06 +0000
commit1938e3e48f9ca1d3f7a63ad41a2e5593c2640b10 (patch)
treee3caf0dea72b3e9d8b9dbb6aeaa44f71fb4da73c /devel/p5-App-SD
parent86430a33fb09924423e1b4d27a81d783beb5fce9 (diff)
downloadports-1938e3e48f9ca1d3f7a63ad41a2e5593c2640b10.tar.gz
ports-1938e3e48f9ca1d3f7a63ad41a2e5593c2640b10.zip
Notes
Diffstat (limited to 'devel/p5-App-SD')
-rw-r--r--devel/p5-App-SD/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/p5-App-SD/Makefile b/devel/p5-App-SD/Makefile
index c677b10cb6c0..bfc2197b4963 100644
--- a/devel/p5-App-SD/Makefile
+++ b/devel/p5-App-SD/Makefile
@@ -7,12 +7,13 @@
PORTNAME= App-SD
PORTVERSION= 0.75
+PORTREVISION= 1
CATEGORIES= devel www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SPANG
PKGNAMEPREFIX= p5-
-MAINTAINER= bapt@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= App::SD is a peer-to-peer replicated distributed issue tracker
LICENSE= MIT
@@ -67,7 +68,8 @@ BUILD_DEPENDS+= p5-Net-Google-Code>=0.14:${PORTSDIR}/net/p5-Net-Google-Code
.if defined(WITH_HIVEMINDER)
BUILD_DEPENDS+= p5-Net-Jifty>=0.09:${PORTSDIR}/net/p5-Net-Jifty \
- p5-Email-Address>=0:${PORTSDIR}/mail/p5-Email-Address
+ p5-Email-Address>=0:${PORTSDIR}/mail/p5-Email-Address \
+ p5-Email-MIME>=0:${PORTSDIR}/mail/p5-Email-MIME
.endif
.if defined(WITH_TRAC)