freebsd-ports/textproc/txt2html/Makefile
Mathieu Arnold bc19d06784 Bump PORTREVISION for ports affected by the fix the last commit.
Done with:	Tools/scripts/bump-revision.sh
Sponsored by:	Absolight
2017-01-31 16:21:45 +00:00

20 lines
503 B
Makefile

# Created by: Don Croyle <croyle@gelemna.org>
# $FreeBSD$
PORTNAME= txt2html
PORTVERSION= 2.51
PORTREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= jadawin@FreeBSD.org
COMMENT= Convert raw text to something with a little HTML formatting
BUILD_DEPENDS= p5-Getopt-ArgvFile>=0:devel/p5-Getopt-ArgvFile \
p5-YAML-Syck>=0:textproc/p5-YAML-Syck
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>