aboutsummaryrefslogtreecommitdiff
path: root/textproc/ack/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-03-12 17:28:06 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-03-12 17:28:06 +0000
commit2bfc3d189a91d7e297ace2b499a2010725192154 (patch)
treef89f060eeaed93a031c8ddb0d4627924fa0c5a74 /textproc/ack/Makefile
parentaa32e4e82c9dbe885c7eefe3549c6423e952f227 (diff)
downloadports-2bfc3d189a91d7e297ace2b499a2010725192154.tar.gz
ports-2bfc3d189a91d7e297ace2b499a2010725192154.zip
Notes
Diffstat (limited to 'textproc/ack/Makefile')
-rw-r--r--textproc/ack/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/textproc/ack/Makefile b/textproc/ack/Makefile
deleted file mode 100644
index 9fe4255dbb99..000000000000
--- a/textproc/ack/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# Created by: chinsan <chinsan.tw@gmail.com>
-# $FreeBSD$
-
-PORTNAME= ack
-PORTVERSION= 2.14
-PORTREVISION= 1
-CATEGORIES= textproc sysutils perl5
-MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= CPAN:PETDANCE
-
-MAINTAINER= perl@FreeBSD.org
-COMMENT= Grep-like text finder for large trees of text
-
-LICENSE= ART20
-
-BUILD_DEPENDS= p5-File-Next>=0.40:sysutils/p5-File-Next
-RUN_DEPENDS:= ${BUILD_DEPENDS}
-TEST_DEPENDS= bash:shells/bash \
- p5-IO-Tty>=0:devel/p5-IO-Tty
-
-CONFLICTS_INSTALL= ja-ack-[0-9]*
-
-PORTSCOUT= limit:^[0-9\.]*$$
-
-USES= cpe perl5
-USE_PERL5= configure
-CPE_VENDOR= beyondgrep
-
-.include <bsd.port.mk>