mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
cf118ccf87
Reported by: lwhsu
22 lines
350 B
Makefile
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>
|