1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-07 02:06:57 +00:00
freebsd-ports/devel/p5-SVN-Notify/Makefile
2013-10-31 07:36:25 +00:00

25 lines
529 B
Makefile

# Created by: dom@happygiraffe.net
# $FreeBSD$
PORTNAME= SVN-Notify
PORTVERSION= 2.84
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Subversion activity notification
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS= p5-Net-SMTP_auth>=0:${PORTSDIR}/mail/p5-Net-SMTP_auth \
p5-Text-Trac>=0.10:${PORTSDIR}/textproc/p5-Text-Trac \
p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>