20 lines
378 B
Makefile
20 lines
378 B
Makefile
PORTNAME= sttr
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.2.30
|
|
PORTREVISION= 4
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= se@FreeBSD.org
|
|
COMMENT= Quickly run various transformations on strings
|
|
WWW= https://github.com/abhimanyu003/sttr
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go:1.24+,modules
|
|
GO_MODULE= github.com/abhimanyu003/sttr
|
|
|
|
PLIST_FILES= bin/sttr
|
|
|
|
.include <bsd.port.mk>
|