freebsd-ports/devel/p5-SVN-Notify/Makefile
Cheng-Lung Sung 0b5ed2f860 - Update to 2.64
- Test-Pod* is not required if we don't execute 'make test'
- two Modules (HTML::Entities and Net::SMTP_auth) are recommended.

PR:		ports/104995
Submitted by:	clsung
Reviewed by:	maintainer (Dominic Mitchell)
Approved by:	maintainer
2006-11-09 09:11:46 +00:00

27 lines
693 B
Makefile

# Ports collection Makefile for: SVN::Notify
# Date created: 22 Feb 2005
# Whom: dom@happygiraffe.net
#
# $FreeBSD$
#
PORTNAME= SVN-Notify
PORTVERSION= 2.64
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= SVN
PKGNAMEPREFIX= p5-
MAINTAINER= dom@happygiraffe.net
COMMENT= Subversion activity notification
RUN_DEPENDS= ${SITE_PERL}/Net/SMTP_auth.pm:${PORTSDIR}/mail/p5-Net-SMTP_auth \
${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_MODBUILD= yes
MAN1= svnnotify.1
MAN3= SVN::Notify.3 SVN::Notify::Alternative.3 SVN::Notify::HTML.3 SVN::Notify::HTML::ColorDiff.3
.include <bsd.port.mk>