summaryrefslogtreecommitdiff
path: root/security/py-crypto
diff options
context:
space:
mode:
authorobache <obache>2013-12-14 08:17:31 +0000
committerobache <obache>2013-12-14 08:17:31 +0000
commit7095a1835400e7f093ac0ec6ef87af794267cf47 (patch)
treedcc35ff0a8c64dc71e4c30286df20fbc8c4f5f29 /security/py-crypto
parentdd16da2d97a67619fad5b4322e997eeffa52e3ee (diff)
downloadpkgsrc-7095a1835400e7f093ac0ec6ef87af794267cf47.tar.gz
FETCH_USING must not be put on pkg's Makefile.
Diffstat (limited to 'security/py-crypto')
-rw-r--r--security/py-crypto/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/py-crypto/Makefile b/security/py-crypto/Makefile
index a5fb5ab0e7d..cf13b681c25 100644
--- a/security/py-crypto/Makefile
+++ b/security/py-crypto/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.30 2013/10/29 08:42:14 gls Exp $
+# $NetBSD: Makefile,v 1.31 2013/12/14 08:17:31 obache Exp $
#
DISTNAME= pycrypto-2.6.1
PKGNAME= ${DISTNAME:S/^py/${PYPKGPREFIX}-/}
CATEGORIES= security python
MASTER_SITES= http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/
-FETCH_USING= curl
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.dlitz.net/software/pycrypto/