2011-09-20 04:09:11 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.11 2011/09/20 08:09:11 landry Exp $
|
2007-08-29 04:05:10 -04:00
|
|
|
|
|
|
|
COMMENT= grep like tool, aimed at programmers
|
|
|
|
|
|
|
|
MODULES= cpan
|
2011-09-20 04:09:11 -04:00
|
|
|
DISTNAME= ack-1.96
|
2007-08-29 04:05:10 -04:00
|
|
|
CPAN_AUTHOR= PETDANCE
|
|
|
|
CATEGORIES= textproc
|
|
|
|
|
2011-09-20 04:09:11 -04:00
|
|
|
MAINTAINER= Pierre-Yves Ritschard <pyr@openbsd.org>
|
2007-08-29 04:05:10 -04:00
|
|
|
|
2009-03-05 14:26:45 -05:00
|
|
|
# perl
|
2007-08-29 04:05:10 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2010-07-02 22:44:13 -04:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2010-11-20 14:56:47 -05:00
|
|
|
RUN_DEPENDS= devel/p5-File-Next
|
2009-03-05 14:26:45 -05:00
|
|
|
|
2007-08-29 04:05:10 -04:00
|
|
|
.include <bsd.port.mk>
|