mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
18 lines
430 B
Makefile
18 lines
430 B
Makefile
# $NetBSD: Makefile,v 1.1 2012/11/04 21:57:11 pettai Exp $
|
|
#
|
|
|
|
DISTNAME= pyDes-2.0.1
|
|
PKGNAME= ${PYPKGPREFIX}-Des-2.0.1
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://twhiteman.netfirms.com/pyDES/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://twhiteman.netfirms.com/pyDES/
|
|
COMMENT= DES implementation in python
|
|
LICENSE= public-domain
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|