d84aa50743
Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D21854
24 lines
363 B
Makefile
24 lines
363 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|