mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
ee206c98e0
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
32 lines
725 B
Makefile
32 lines
725 B
Makefile
# Ports collection makefile for: p5-Pod-Markdown
|
|
# Date created: 18 November, 2011
|
|
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Pod-Markdown
|
|
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
|
|
|
|
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
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= pod2markdown.1
|
|
MAN3= Pod::Markdown.3
|
|
|
|
.include <bsd.port.mk>
|