blob: 1a592b5b64de34563d898509c4b97d43496e5a5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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
NO_STAGE= yes
.include <bsd.port.mk>
|