aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-SVN-Notify/Makefile
blob: a71a4cc5e720c6732eba9bf11cd8b5785db7dcc8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Ports collection Makefile for:        SVN::Notify
# Date created:                 22 Feb 2005
# Whom:                     dom@happygiraffe.net
#
# $FreeBSD$
#

PORTNAME=   SVN-Notify
PORTVERSION=    2.62
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>