9e00ce3f62
- Remove dependencies in core - Put testing depends in TEST_DEPENDS - Remove unnecessary bsd.port.options.mk inclusions - Remove checks for Perl versions that no longer exist in the ports tree - Sort plists, some of which were so jumbled that I have to assume the plist was randomized before committing A lot of the plist changes in this commit are moving PERL5_MAN3 after SITE_PERL. It's repo churn now, but it makes updating the ports later far easier.
51 lines
1.7 KiB
Makefile
51 lines
1.7 KiB
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= App-SD
|
|
PORTVERSION= 0.75
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel www perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:SPANG
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Peer-to-peer replicated distributed issue tracker
|
|
|
|
LICENSE= MIT
|
|
|
|
BUILD_DEPENDS= p5-DateTime>=:${PORTSDIR}/devel/p5-DateTime \
|
|
p5-DateTime-Format-Natural>=0:${PORTSDIR}/devel/p5-DateTime-Format-Natural \
|
|
p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \
|
|
p5-Prophet>=0:${PORTSDIR}/databases/p5-Prophet \
|
|
p5-Test-Script-Run>=0.02:${PORTSDIR}/devel/p5-Test-Script-Run
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
OPTIONS_DEFINE= GITHUB GOOGLECODE HIVEMINDER TRAC RT
|
|
OPTIONS_DEFAULT= GITHUB GOOGLECODE HIVEMINDER TRAC RT
|
|
GITHUB_DESC= Enable github sync
|
|
GOOGLECODE_DESC= Add support for google code
|
|
HIVEMINDER_DESC= Enable huveminder sync
|
|
TRAC_DESC= Enable trac sync
|
|
RT_DESC= Enable rt sync
|
|
|
|
GITHUB_BUILD_DEPENDS= p5-Net-GitHub>=0.18:${PORTSDIR}/net/p5-Net-GitHub
|
|
GITHUB_RUN_DEPENDS= p5-Net-GitHub>=0.18:${PORTSDIR}/net/p5-Net-GitHub
|
|
|
|
GOOGLECODE_BUILD_DEPENDS= p5-Net-Google-Code>=0.14:${PORTSDIR}/net/p5-Net-Google-Code
|
|
GOOGLECODE_RUN_DEPENDS= p5-Net-Google-Code>=0.14:${PORTSDIR}/net/p5-Net-Google-Code
|
|
|
|
HIVEMINDER_BUILD_DEPENDS= p5-Net-Jifty>=0.09:${PORTSDIR}/net/p5-Net-Jifty \
|
|
p5-Email-Address>=0:${PORTSDIR}/mail/p5-Email-Address \
|
|
p5-Email-MIME>=0:${PORTSDIR}/mail/p5-Email-MIME
|
|
HIVEMINDER_RUN_DEPENDS= ${HIVEMINDER_BUILD_DEPENDS}
|
|
|
|
TRAC_BUILD_DEPENDS= p5-Net-Trac>=0.13:${PORTSDIR}/www/p5-Net-Trac
|
|
TRAC_RUN_DEPENDS= p5-Net-Trac>=0.13:${PORTSDIR}/www/p5-Net-Trac
|
|
|
|
RT_BUILD_DEPENDS= p5-RT-Client-REST>=0:${PORTSDIR}/www/p5-RT-Client-REST
|
|
RT_RUN_DEPENDS= p5-RT-Client-REST>=0:${PORTSDIR}/www/p5-RT-Client-REST
|
|
|
|
.include <bsd.port.mk>
|