ack, bump version (#4332)

moved to sys/apps
This commit is contained in:
Schrijvers Luc
2019-11-04 13:31:21 +01:00
committed by Jérôme Duval
parent 51ba5e822c
commit a09ca9ba87

View File

@@ -1,40 +0,0 @@
SUMMARY="A grep-like text finder"
DESCRIPTION="ack is designed as an alternative to grep for programmers."
HOMEPAGE="https://beyondgrep.com/"
COPYRIGHT="2005-2019 Andy Lester"
LICENSE="Artistic"
REVISION="4"
SOURCE_URI="http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/ack-$portVersion.tar.gz"
CHECKSUM_SHA256="8a6ecbf0ab9aee75faa0b8975d4a47fe002a7f3885455ae45d71e2b04db2ef9b"
ARCHITECTURES="any"
PROVIDES="
ack = $portVersion
cmd:ack
"
REQUIRES="
haiku
file_next
vendor_perl
"
BUILD_REQUIRES="
haiku_devel
file_next
"
BUILD_PREREQUIRES="
cmd:make
cmd:perl
"
BUILD()
{
perl Makefile.PL PREFIX=$prefix
make
}
INSTALL()
{
make install DESTDIR="${DESTDIR}"
}