mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
99ad912735
- Trim Makefile header
19 lines
332 B
Makefile
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>
|