40bbad7ac6
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS since pkgsrc enforces the newest perl version anyway, so they should always pick perl, but sometimes (pkg_add) don't due to the design of the {,} syntax. No effective change for the above reason. Ok joerg
23 lines
668 B
Makefile
23 lines
668 B
Makefile
# $NetBSD: Makefile,v 1.23 2015/07/12 18:56:27 wiz Exp $
|
|
|
|
DISTNAME= torrentutils-0.3.0
|
|
PKGREVISION= 9
|
|
CATEGORIES= net
|
|
MASTER_SITES= #
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
# HOMEPAGE= http://oskarsapps.mine.nu/torrentutils.html
|
|
COMMENT= Manage BitTorrent files and interact with trackers
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
|
|
#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5
|
|
|
|
USE_TOOLS+= bash:run gmake perl:run
|
|
REPLACE_BASH+= defrag.in
|
|
REPLACE_PERL= torrenttool.in
|
|
MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR}
|
|
|
|
INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|