5d17617b18
It looks like the build cluster failed to build the previous revision of this port, although local poudriere bulk -t was fine.
26 lines
478 B
Makefile
26 lines
478 B
Makefile
PORTNAME= apt-mirror
|
|
DISTVERSION= 0.5.4-35
|
|
DISTVERSIONSUFFIX= -g088fa51
|
|
PORTREVISION= 2
|
|
CATEGORIES= sysutils
|
|
PKGNAMESUFFIX= -devel
|
|
|
|
MAINTAINER= rene@FreeBSD.org
|
|
COMMENT= Debian/Ubuntu apt sources mirroring tool
|
|
WWW= https://apt-mirror.github.io/
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= perl5 shebangfix
|
|
SHEBANG_FILES= apt-mirror
|
|
|
|
USE_GITHUB= yes
|
|
|
|
RUN_DEPENDS= wget:ftp/wget
|
|
|
|
NO_ARCH= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|