pkgsrc/textproc/crush-tools/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

28 lines
762 B
Makefile

# $NetBSD: Makefile,v 1.3 2014/05/29 23:37:33 wiz Exp $
#
DISTNAME= crush-tools-2013-04
PKGNAME= ${DISTNAME:C/-([0-9]+)$/.\1/}
PKGREVISION= 2
CATEGORIES= textproc
MASTER_SITES= http://crush-tools.googlecode.com/files/
MAINTAINER= filip@joyent.com
HOMEPAGE= http://code.google.com/p/crush-tools/
COMMENT= Collection of tools for processing delimited-text data
LICENSE= apache-2.0
DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI
DEPENDS+= p5-Date-Calc-[0-9]*:../../devel/p5-Date-Calc
DEPENDS+= {perl>=5,p5-Getopt-Long-[0-9]*}:../../devel/p5-Getopt-Long
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gm4 gmake perl
REPLACE_PERL+= src/bin/genman.pl
CFLAGS.SunOS+= -Du_int32_t=uint32_t
.include "../../devel/pcre/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"