pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

mauliasproxy: Fill in a few fields



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Sun Aug 15 18:46:59 2021 -0400
Changeset:	c15fa4165f58c2bc314098f3b0ce02d1f0487c4c

Modified Files:
	mauliasproxy/Makefile

Log Message:
mauliasproxy: Fill in a few fields

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c15fa4165f58c2bc314098f3b0ce02d1f0487c4c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mauliasproxy/Makefile | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diffs:
diff --git a/mauliasproxy/Makefile b/mauliasproxy/Makefile
index 76a3b0aa4f..32a0aa9ec8 100644
--- a/mauliasproxy/Makefile
+++ b/mauliasproxy/Makefile
@@ -1,14 +1,16 @@
 # $NetBSD$
 
 DISTNAME=	mauliasproxy-master
-CATEGORIES=	# TODO: add primary category
+PKGNAME=	mailiasproxy-0.0.0001
+CATEGORIES=	net
 MASTER_SITES=	https://mau.dev/tulir/mauliasproxy/-/archive/master/
 
-MAINTAINER=	INSERT_YOUR_MAIL_ADDRESS_HERE # or use pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://mau.dev/tulir/mauliasproxy/-/archive/master/
+# (Feel more than free to improve the package without asking me.)
+MAINTAINER=	gdt%lexort.com@localhost
+HOMEPAGE=	https://mau.dev/tulir/mauliasproxy/
 COMMENT=	TODO: Short description of the package
-#LICENSE=	# TODO: (see mk/license.mk)
+LICENSE=	gnu-agpl-v3
 
-USE_LANGUAGES=	# none
+USE_LANGUAGES=	go
 
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index