openbsd-ports/textproc/p5-ack/Makefile
landry e2399fe013 Update to p5-ack 2.02, add a HOMEPAGE.
ok pyr@ (MAINTAINER) - this port is also up for adoption if someone wants it.
2013-04-22 19:38:40 +00:00

20 lines
409 B
Makefile

# $OpenBSD: Makefile,v 1.13 2013/04/22 19:38:40 landry Exp $
COMMENT= grep like tool, aimed at programmers
MODULES= cpan
DISTNAME= ack-2.02
CPAN_AUTHOR= PETDANCE
CATEGORIES= textproc
MAINTAINER= Pierre-Yves Ritschard <pyr@openbsd.org>
HOMEPAGE = http://beyondgrep.com/
# perl
PERMIT_PACKAGE_CDROM= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/p5-File-Next>=1.1
.include <bsd.port.mk>