diff options
author | swills <swills@FreeBSD.org> | 2012-02-07 04:06:06 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-02-07 04:06:06 +0800 |
commit | 55956ba656edc97230ddf3491654f10fa993fe50 (patch) | |
tree | bd1bfdf1b3901e90cfe9193f007ef1d1d62e8f69 /devel | |
parent | 5ef2a4263cbbfd9c24744ca37d2aab1e73d3e4ad (diff) | |
download | freebsd-ports-gnome-55956ba656edc97230ddf3491654f10fa993fe50.tar.gz freebsd-ports-gnome-55956ba656edc97230ddf3491654f10fa993fe50.tar.zst freebsd-ports-gnome-55956ba656edc97230ddf3491654f10fa993fe50.zip |
- Add missing BUILD/RUN DEPENDS [1]
- Turn over to perl@ [2]
PR: ports/164779 []1
Submitted by: swills (myself) [1]
Approved by: maintainer (blanket) [1]
Requested by: maintainer (bapt) [2]
Diffstat (limited to 'devel')
-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) |