1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/textproc/filepp/Makefile
Andrej Zverev 99ad912735 - Convert to new perl framework
- Trim Makefile header
2013-08-03 08:45:51 +00:00

19 lines
332 B
Makefile

# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
PORTNAME= filepp
PORTVERSION= 1.8.0
CATEGORIES= textproc
MASTER_SITES= http://www-users.york.ac.uk/~dm26/filepp/
MAINTAINER= ports@FreeBSD.org
COMMENT= A generic file preprocessor
USES= perl5
GNU_CONFIGURE= yes
NO_BUILD= yes
MAN1= filepp.1
.include <bsd.port.mk>