summaryrefslogtreecommitdiff
path: root/security/py-asn1
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-04-08 13:37:47 +0000
committerwiz <wiz@pkgsrc.org>2017-04-08 13:37:47 +0000
commit0c30af62052512239e78256998db9c9b3ca0230d (patch)
treecd6a2c03fa609d4804314d19d3d42fc5dc4406cd /security/py-asn1
parente231f09c10dfd09791c972a4532eb163b530fba4 (diff)
downloadpkgsrc-0c30af62052512239e78256998db9c9b3ca0230d.tar.gz
Remove variables that have default values.
Diffstat (limited to 'security/py-asn1')
-rw-r--r--security/py-asn1/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/security/py-asn1/Makefile b/security/py-asn1/Makefile
index e33c629c4b1..88d97c36b7e 100644
--- a/security/py-asn1/Makefile
+++ b/security/py-asn1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2017/04/08 11:25:11 adam Exp $
+# $NetBSD: Makefile,v 1.9 2017/04/08 13:37:47 wiz Exp $
DISTNAME= pyasn1-0.2.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
@@ -10,8 +10,5 @@ HOMEPAGE= http://pyasn1.sourceforge.net/
COMMENT= ITU Abstract Syntax Notification for Python
LICENSE= 2-clause-bsd
-PYDISTUTILSPKG= yes
-PYSETUP= setup.py
-
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"