2013-09-21 01:17:30 +02:00
|
|
|
# Created by: Joseph Koshy <jkoshy@FreeBSD.org>
|
2002-06-21 12:04:04 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Text-EtText
|
|
|
|
PORTVERSION= 2.2
|
2012-03-15 20:10:41 +01:00
|
|
|
PORTREVISION= 1
|
2002-06-21 12:04:04 +02:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2002-06-21 12:04:04 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2014-05-01 07:26:17 +02:00
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
|
|
COMMENT= Simple plain-text to HTML converter
|
2002-06-21 12:04:04 +02:00
|
|
|
|
2014-05-01 07:26:17 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
|
|
|
BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser
|
2012-03-15 20:10:41 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
|
2013-08-02 20:21:05 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2002-06-21 12:04:04 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|