for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
26 lines
559 B
Makefile
26 lines
559 B
Makefile
# Created by: dom@happygiraffe.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= SVN-Notify
|
|
PORTVERSION= 2.87
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Subversion activity notification
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Email-Address-XS>=1.03:mail/p5-Email-Address-XS \
|
|
p5-HTML-Parser>=0:www/p5-HTML-Parser \
|
|
p5-Net-SMTP-TLS>=0:mail/p5-Net-SMTP-TLS \
|
|
p5-Text-Trac>=0.10:textproc/p5-Text-Trac
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
.include <bsd.port.mk>
|