pkgsrc/security/mixminion/Makefile
wiz 4656f67ae7 Commit some fixes from the maintainer:
python-2.4 is not usable for this package.
The python wrapper scripts' names have changed, adapt patch-aa.

Bump PKGREVISION.
2005-01-30 21:56:24 +00:00

26 lines
660 B
Makefile

# $NetBSD: Makefile,v 1.3 2005/01/30 21:56:24 wiz Exp $
#
DISTNAME= Mixminion-0.0.7.1
PKGNAME= ${DISTNAME:S/M/m/}
PKGREVISION= 1
CATEGORIES= security mail
MASTER_SITES= http://mixminion.net/dist/0.0.7.1/
MAINTAINER= pdh@wiredyne.com
HOMEPAGE= http://mixminion.net/
COMMENT= Mixminion impedes message traffic analysis
BUILDLINK_DEPENDS.openssl+= openssl>=0.9.7d
CRYPTO= YES
USE_BUILDLINK3= YES
PYTHON_VERSIONS_ACCEPTED= 23 22 21
PYDISTUTILSPKG= YES
TEST_TARGET= test
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"