diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-02-06 20:06:06 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-02-06 20:06:06 +0000 |
commit | 1938e3e48f9ca1d3f7a63ad41a2e5593c2640b10 (patch) | |
tree | e3caf0dea72b3e9d8b9dbb6aeaa44f71fb4da73c /devel/p5-App-SD/Makefile | |
parent | 86430a33fb09924423e1b4d27a81d783beb5fce9 (diff) | |
download | ports-1938e3e48f9ca1d3f7a63ad41a2e5593c2640b10.tar.gz ports-1938e3e48f9ca1d3f7a63ad41a2e5593c2640b10.zip |
Notes
Diffstat (limited to 'devel/p5-App-SD/Makefile')
-rw-r--r-- | devel/p5-App-SD/Makefile | 6 |
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) |