freebsd-ports/textproc/p5-Text-WikiFormat/Makefile
Frederic Culot 53ffb7d20d - Update to 0.80
- Remove dependencies already in core
- Add LICENSE (Artistic 1 & GPL 1)
- Take maintainership

Changes:	http://search.cpan.org/dist/Text-WikiFormat/Changes
2012-08-06 17:32:02 +00:00

28 lines
602 B
Makefile

# New ports collection makefile for: p5-Text-WikiFormat
# Date created: Sat Jan 17 18:15:01 UTC 2004
# Whom: Alexander Zhuravlev <zaa@zaa.pp.ru>
#
# $FreeBSD$
#
PORTNAME= Text-WikiFormat
PORTVERSION= 0.80
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= culot@FreeBSD.org
COMMENT= Module for translating Wiki formatted text into other formats
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-URI>0:${PORTSDIR}/net/p5-URI
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_MODBUILD= yes
MAN3= Text::WikiFormat.3 \
Text::WikiFormat::Blocks.3
.include <bsd.port.mk>