freebsd-ports/textproc/xml-format/Makefile
Jason Helfman b27da053cf - update to 0.1.1
This update unbreaks build due to fetch, as upstream is unable to locate previous
distribution files. A new version is on the way, however this is effectively a re-roll
of a newly packaged version of 0.1 code base.

Submitted by:	jwbacon@tds.net (maintainer)
2013-07-25 22:01:09 +00:00

19 lines
369 B
Makefile

# Created by: Jason Bacon <jwbacon@tds.net>
# $FreeBSD$
PORTNAME= xml-format
PORTVERSION= 0.1.1
CATEGORIES= textproc
MASTER_SITES= http://acadix.biz/Ports/distfiles/ \
http://personalpages.tds.net/~jwbacon/Ports/distfiles/
MAINTAINER= jwbacon@tds.net
COMMENT= XML beautifier
LICENSE= BSD
MAN1= xml-format.1
MAKE_ENV+= DATADIR=${DATADIR}
.include <bsd.port.mk>