freebsd-ports/textproc/p5-Text-Markdown/Makefile
Anton Berezin aae8188e7e Add p5-Text-Markdown 1.0.3, markdown Perl5 module.
PR:		ports/96292
Submitted by:	Fernan Aguero <fernan@iib.unsam.edu.ar>
2006-04-25 09:08:55 +00:00

24 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>