25a80fb4ab
on some platforms that lacked shared library support in the past. The list hasn't been maintained at all and the gain is very limited, so just get rid of it.
20 lines
548 B
Makefile
20 lines
548 B
Makefile
# $NetBSD: Makefile,v 1.8 2009/03/05 18:51:31 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= python-mcrypt-1.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
|
|
PKGREVISION= 1
|
|
CATEGORIES= security
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=python-mcrypt/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://sourceforge.net/projects/python-mcrypt/
|
|
COMMENT= Python interface to mcrypt library
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../security/libmcrypt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|