forked from Lainports/freebsd-ports
mirror remote repositories, manage local package repositories, take snapshots, pull new versions of packages along with dependencies, publish as Debian repository. WWW: https://www.aptly.info/
22 lines
339 B
Makefile
22 lines
339 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= aptly
|
|
PORTVERSION= 1.1.1
|
|
DISTVERSIONPREFIX=v
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= romain@FreeBSD.org
|
|
COMMENT= Debian repository management tool
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= smira
|
|
GO_PKGNAME= github.com/smira/aptly
|
|
|
|
PLIST_FILES= bin/aptly
|
|
|
|
.include <bsd.port.mk>
|