freebsd-ports/devel/p5-SVN-Notify/Makefile
Cheng-Lung Sung 7dbec1ff40 - Update to 2.63
PR:		ports/101287
Submitted by:	Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw>
Approved by:	maintainer (Dominic Mitchell)
2006-08-03 07:46:36 +00:00

27 lines
685 B
Makefile

# Ports collection Makefile for: SVN::Notify
# Date created: 22 Feb 2005
# Whom: dom@happygiraffe.net
#
# $FreeBSD$
#
PORTNAME= SVN-Notify
PORTVERSION= 2.63
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= SVN
PKGNAMEPREFIX= p5-
MAINTAINER= dom@happygiraffe.net
COMMENT= Subversion activity notification
BUILD_DEPENDS= ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage
RUN_DEPENDS= ${BUILD_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>