d2ca14a3f1
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
28 lines
622 B
Makefile
28 lines
622 B
Makefile
# $NetBSD: Makefile,v 1.8 2013/05/31 12:41:15 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= mb2md-3.20.pl
|
|
PKGNAME= ${DISTNAME:S/.pl$//}
|
|
PKGREVISION= 2
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
EXTRACT_SUFX= .gz
|
|
|
|
MAINTAINER= schmonz@NetBSD.org
|
|
HOMEPAGE= http://batleth.sapienti-sat.org/projects/mb2md/
|
|
COMMENT= Converts one or more mboxes to maildirs
|
|
|
|
DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
USE_TOOLS+= perl:run
|
|
REPLACE_PERL= ${DISTNAME}
|
|
|
|
NO_BUILD= yes
|
|
INSTALLATION_DIRS= bin
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${DESTDIR}${PREFIX}/bin/${PKGBASE}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|