Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= SVN-Notify-Filter-Markdown |
8 |
PORTNAME= SVN-Notify-Filter-Markdown |
9 |
PORTVERSION= 0.01 |
9 |
PORTVERSION= 0.03 |
10 |
CATEGORIES= devel perl5 |
10 |
CATEGORIES= devel perl5 |
11 |
MASTER_SITES= CPAN |
11 |
MASTER_SITES= CPAN |
12 |
PKGNAMEPREFIX= p5- |
12 |
PKGNAMEPREFIX= p5- |
Lines 15-23
Link Here
|
15 |
COMMENT= Perl module to convert SVN::Notify log messages from Markdown to HTML |
15 |
COMMENT= Perl module to convert SVN::Notify log messages from Markdown to HTML |
16 |
|
16 |
|
17 |
RUN_DEPENDS= p5-SVN-Notify>=2.70:${PORTSDIR}/devel/p5-SVN-Notify \ |
17 |
RUN_DEPENDS= p5-SVN-Notify>=2.70:${PORTSDIR}/devel/p5-SVN-Notify \ |
18 |
p5-Text-Markdown>=0:${PORTSDIR}/textproc/p5-Text-Markdown |
18 |
p5-Text-Markdown>=0:${PORTSDIR}/textproc/p5-Text-Markdown \ |
|
|
19 |
p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser |
19 |
BUILD_DEPENDS= p5-SVN-Notify>=2.70:${PORTSDIR}/devel/p5-SVN-Notify \ |
20 |
BUILD_DEPENDS= p5-SVN-Notify>=2.70:${PORTSDIR}/devel/p5-SVN-Notify \ |
20 |
p5-Text-Markdown>=0:${PORTSDIR}/textproc/p5-Text-Markdown |
21 |
p5-Text-Markdown>=0:${PORTSDIR}/textproc/p5-Text-Markdown \ |
|
|
22 |
p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser |
21 |
|
23 |
|
22 |
PERL_MODBUILD= yes |
24 |
PERL_MODBUILD= yes |
23 |
|
25 |
|