2009-03-05 14:26:45 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2009/03/05 19:26:45 millert Exp $
|
2007-08-29 04:05:10 -04:00
|
|
|
|
|
|
|
COMMENT= grep like tool, aimed at programmers
|
|
|
|
|
|
|
|
MODULES= cpan
|
2009-03-05 14:26:45 -05:00
|
|
|
DISTNAME= ack-1.88
|
2007-08-29 04:05:10 -04:00
|
|
|
CPAN_AUTHOR= PETDANCE
|
|
|
|
CATEGORIES= textproc
|
|
|
|
|
|
|
|
MAINTAINER= Pierre-Yves Ritschard <pyr@spootnik.org>
|
|
|
|
|
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
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ::devel/p5-File-Next
|
2008-01-22 04:19:09 -05:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
2007-08-29 04:05:10 -04:00
|
|
|
|
2009-03-05 14:26:45 -05:00
|
|
|
post-build:
|
|
|
|
@cp ${WRKBUILD}/ack-base ${WRKBUILD}/ack
|
|
|
|
|
2007-08-29 04:05:10 -04:00
|
|
|
.include <bsd.port.mk>
|