pkgsrc/security/antonym/Makefile
wiz 2e65d464e8 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:50:58 +00:00

30 lines
922 B
Makefile

# $NetBSD: Makefile,v 1.15 2015/06/12 10:51:01 wiz Exp $
#
DISTNAME= antonym-1.9
PKGREVISION= 5
CATEGORIES= security mail
MASTER_SITES= http://subwiki.honeypot.net/pub/Computing/AntoNym/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://subwiki.honeypot.net/cgi-bin/view/Computing/AntoNym
COMMENT= Anonymous nymserver account maintenance tool
LICENSE= gnu-gpl-v2
DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5
DEPENDS+= pgp-2.*:../../security/pgp2
WRKSRC= ${WRKDIR}/antonym
USE_TOOLS+= perl:run
REPLACE_PERL= antonym
INSTALLATION_DIRS= bin share/examples/antonym
do-build: # empty
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/antonym ${DESTDIR}${PREFIX}/bin/
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/examples/antonym/
${INSTALL_DATA} ${WRKSRC}/replyblocks.dat.example ${DESTDIR}${PREFIX}/share/examples/antonym/dot.antonym
.include "../../mk/bsd.pkg.mk"