mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
aae8188e7e
PR: ports/96292 Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar>
25 lines
533 B
Makefile
25 lines
533 B
Makefile
# New ports collection makefile for: p5-Text-Markdown
|
|
# Date created: 20.Mar.2006
|
|
# Whom: Fernan Aguero <fernan@iib.unsam.edu.ar>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Text-Markdown
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Text
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= fernan@iib.unsam.edu.ar
|
|
COMMENT= Markdown Perl5 module
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
|
|
|
|
PERL_MODBUILD= YES
|
|
|
|
MAN3= Text::Markdown.3
|
|
|
|
.include <bsd.port.mk>
|