dd29e8123a
- Use single space after WWW: - Pass maintainership to submitter - While I'm here, fix BUILD_DEPENDS and add TEST_DEPENDS PR: ports/189552 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
27 lines
661 B
Makefile
27 lines
661 B
Makefile
# Created by: Greg Larkin <glarkin@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= SVN-Notify-Config
|
|
PORTVERSION= 0.0911
|
|
PORTREVISION= 3
|
|
PORTEPOCH= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Perl module for config-driven Subversion notification
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_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
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
TEST_DEPENDS= p5-Test-Deep>=0.1:${PORTSDIR}/devel/p5-Test-Deep
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
.include <bsd.port.mk>
|