090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
29 lines
719 B
Makefile
29 lines
719 B
Makefile
# New ports collection makefile for: SVN-Notify-Config
|
|
# Date created: 2008-02-12
|
|
# Whom: Greg Larkin <glarkin@sourcehosting.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= SVN-Notify-Config
|
|
PORTVERSION= 0.0911
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= glarkin@sourcehosting.net
|
|
COMMENT= Perl module for config-driven Subversion notification
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/svnlook:${PORTSDIR}/devel/subversion \
|
|
p5-SVN-Notify>=2.70:${PORTSDIR}/devel/p5-SVN-Notify \
|
|
p5-YAML>=0.62:${PORTSDIR}/textproc/p5-YAML
|
|
BUILD_DEPENDS= p5-Test-Deep>=0.1:${PORTSDIR}/devel/p5-Test-Deep \
|
|
${RUN_DEPENDS}
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= SVN::Notify::Config.3
|
|
|
|
.include <bsd.port.mk>
|