summaryrefslogtreecommitdiff
path: root/textproc/go-inflect/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/go-inflect/Makefile')
-rw-r--r--textproc/go-inflect/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/textproc/go-inflect/Makefile b/textproc/go-inflect/Makefile
deleted file mode 100644
index 407effcd0e8..00000000000
--- a/textproc/go-inflect/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.33 2021/06/06 12:19:00 bsiegert Exp $
-
-DISTNAME= inflect-0.0.20170411
-PKGNAME= go-${DISTNAME}
-PKGREVISION= 29
-MASTER_SITES= ${MASTER_SITE_GITHUB:=markbates/}
-CATEGORIES= textproc
-GITHUB_TAG= 6cacb66d100482ef7cc366289ccb156020e57e76
-GITHUB_PROJECT= ${PKGBASE:S/^go-//}
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= https://github.com/markbates/inflect
-COMMENT= Inflect library for go
-LICENSE= mit
-
-GO_DIST_BASE= ${GITHUB_PROJECT}-${GITHUB_TAG}
-GO_SRCPATH= github.com/markbates/inflect
-
-.include "../../lang/go/go-package.mk"
-.include "../../mk/bsd.pkg.mk"