1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/sysutils/aptly/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

22 lines
350 B
Makefile

PORTNAME= aptly
PORTVERSION= 1.4.0
DISTVERSIONPREFIX=v
PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= romain@FreeBSD.org
COMMENT= Debian repository management tool
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go
USE_GITHUB= yes
GH_ACCOUNT= aptly-dev
GO_PKGNAME= github.com/aptly-dev/aptly
PLIST_FILES= bin/aptly
.include <bsd.port.mk>