summaryrefslogtreecommitdiff
path: root/security/go-crypto
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2018-03-11 20:49:04 +0000
committerbsiegert <bsiegert@pkgsrc.org>2018-03-11 20:49:04 +0000
commit5fcfac994ad7f19d495837e968a674be88a03961 (patch)
tree96dc834b086b5ac6f3b1864cd423a4e73d4d913e /security/go-crypto
parentd5413ec2dfa65768cc7a9a4ad09fcbc376fdad09 (diff)
downloadpkgsrc-5fcfac994ad7f19d495837e968a674be88a03961.tar.gz
Remove go-crypto-acme. Replacement: go-crypto.
The two packages have been re-merged after the removal of a circular dependency.
Diffstat (limited to 'security/go-crypto')
-rw-r--r--security/go-crypto/Makefile.common20
1 files changed, 0 insertions, 20 deletions
diff --git a/security/go-crypto/Makefile.common b/security/go-crypto/Makefile.common
deleted file mode 100644
index 2a81a33f29e..00000000000
--- a/security/go-crypto/Makefile.common
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile.common,v 1.3 2017/08/25 17:20:51 jperkin Exp $
-#
-# used by security/go-crypto-acme/Makefile
-# used by security/go-crypto/Makefile
-
-DISTNAME= go-crypto-0.0.20170502
-CATEGORIES= security
-MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/}
-GITHUB_PROJECT= crypto
-GITHUB_TAG= 8e03fc1ab6
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= https://github.com/golang/crypto/
-LICENSE= modified-bsd
-
-DISTINFO_FILE= ${.CURDIR}/../../security/go-crypto/distinfo
-
-.include "../../lang/go/go-package.mk"
-.include "../../devel/go-sys/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"