mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
- Update to 1.320
- Add LICENSE - Add BUILD_DEPENDS and fix *_DEPENDS Changes: http://search.cpan.org/dist/Pod-Markdown/Changes
This commit is contained in:
parent
668c950048
commit
087dfaed7c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295799
3 changed files with 19 additions and 7 deletions
|
@ -6,16 +6,20 @@
|
|||
#
|
||||
|
||||
PORTNAME= Pod-Markdown
|
||||
PORTVERSION= 1.200000
|
||||
PORTVERSION= 1.320000
|
||||
CATEGORIES= textproc devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:C/000$//}
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Module to convert POD to Markdown
|
||||
|
||||
RUN_DEPENDS= p5-Pod-Parser>=0:${PORTSDIR}/textproc/p5-Pod-Parser \
|
||||
p5-parent>=0:${PORTSDIR}/devel/p5-parent
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Pod-Parser>=0:${PORTSDIR}/textproc/p5-Pod-Parser
|
||||
RUN_DEPENDS= p5-Pod-Parser>=0:${PORTSDIR}/textproc/p5-Pod-Parser
|
||||
|
||||
TEST_DEPENDS= p5-Test-Difference>=0:${PORTSDIR}/devel/p5-Test-Differences
|
||||
|
||||
|
@ -24,4 +28,12 @@ PERL_CONFIGURE= yes
|
|||
MAN1= pod2markdown.1
|
||||
MAN3= Pod::Markdown.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501001
|
||||
BUILD_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent
|
||||
RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent
|
||||
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Pod-Markdown-1.200000.tar.gz) = d878e535b8ec02e959ce5ae41b41446cf7ebe36a497e27b20ed0272a04c5c3d2
|
||||
SIZE (Pod-Markdown-1.200000.tar.gz) = 23449
|
||||
SHA256 (Pod-Markdown-1.320.tar.gz) = f2a732f6ffab97a677687db37407e2b3a97bcbab362ec4d497ec6e9d2a47eed4
|
||||
SIZE (Pod-Markdown-1.320.tar.gz) = 26299
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
bin/pod2markdown
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Markdown/.packlist
|
||||
%%SITE_PERL%%/Pod/Markdown.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Markdown/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Markdown
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod
|
||||
@dirrmtry %%SITE_PERL%%/Pod
|
||||
|
|
Loading…
Add table
Reference in a new issue