pkgsrc/security/mixminion/Makefile
tnn ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00

30 lines
764 B
Makefile

# $NetBSD: Makefile,v 1.9 2008/01/18 05:09:38 tnn Exp $
#
DISTNAME= Mixminion-0.0.7.1
PKGNAME= ${DISTNAME:S/M/m/}
PKGREVISION= 3
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_API_DEPENDS.openssl+= openssl>=0.9.7d
CRYPTO= YES
PYTHON_VERSIONS_ACCEPTED= 23 22 21
PYDISTUTILSPKG= YES
TEST_TARGET= test
SUBST_CLASSES+= paths
SUBST_FILES.paths= setup.py
SUBST_SED.paths+= -e 's,@PREFIX@,${PREFIX},g'
SUBST_STAGE.paths= post-patch
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"