7eeb51b534
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.
21 lines
586 B
Makefile
21 lines
586 B
Makefile
# $NetBSD: Makefile,v 1.35 2014/05/29 23:35:34 wiz Exp $
|
|
|
|
DISTNAME= darcs-2.0.2
|
|
PKGREVISION= 10
|
|
CATEGORIES= devel scm
|
|
MASTER_SITES= http://www.darcs.net/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.darcs.net/
|
|
COMMENT= Distributed revision control system
|
|
|
|
BUILD_DEPENDS+= latex2html>=2002.2.1nb3:../../textproc/latex2html
|
|
BUILD_DEPENDS+= tex-fancyvrb-[0-9]*:../../print/tex-fancyvrb
|
|
|
|
USE_TOOLS+= gmake perl
|
|
MAKE_FILE= GNUmakefile
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../www/curl/buildlink3.mk"
|
|
.include "../../lang/ghc/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|