opnsense-ports/sysutils/apt-mirror-devel/Makefile
Franco Fichtner d016c42591 */*: sync with upstream
Taken from: FreeBSD
2023-01-30 10:59:54 +01:00

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>