diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-25 18:44:20 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-25 18:44:20 +0000 |
commit | fbc06e4df689468b9a53f8781af64bd1849abb24 (patch) | |
tree | 206df2e78a00cc72ceac4dccbb0f55b66d1f174c /misc/txt2regex | |
parent | 7fefa22f87c66ff96f8d14b1000729a8c01be87f (diff) | |
download | ports-fbc06e4df689468b9a53f8781af64bd1849abb24.tar.gz ports-fbc06e4df689468b9a53f8781af64bd1849abb24.zip |
Notes
Diffstat (limited to 'misc/txt2regex')
-rw-r--r-- | misc/txt2regex/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/misc/txt2regex/Makefile b/misc/txt2regex/Makefile index 1db55468320a..9fa15ac37fe9 100644 --- a/misc/txt2regex/Makefile +++ b/misc/txt2regex/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: txt2regex -# Date created: Jun 14, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= txt2regex PORTVERSION= 0.8 @@ -14,7 +9,7 @@ MASTER_SITES= http://txt2regex.sourceforge.net/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -COMMENT= A Regular Expression "wizard" +COMMENT= Regular Expression "wizard" RUN_DEPENDS= bash:${PORTSDIR}/shells/bash |