ports/sysutils/zsd/Makefile
Fabian Keil b95ac28a10 sysutils/zsd: Update to 2025-02-23
Switch to DISTVERSION and remove the unneeded 0.0. prefix from version.
Use DISTVERSIONSUFFIX too so doesn't need manually set DISTNAME.
Change LICENSE to ISCL and add LICENSE_FILE.
Change http to https in MASTER_SITES.
Disable portscout checking
Submitter takes maintainership.

PR:		284990
2025-02-28 21:02:58 +01:00

29 lines
625 B
Makefile

PORTNAME= zsd
DISTVERSION= 2025-02-23
DISTVERSIONSUFFIX= -5243dad
CATEGORIES= sysutils
MASTER_SITES= https://www.fabiankeil.de/sourcecode/zfs-snapshot-destroyer/
MAINTAINER= fk@fabiankeil.de
COMMENT= Destroys ZFS snapshots
WWW= https://www.fabiankeil.de/gehacktes/zsd/
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= perl5 shebangfix
SHEBANG_FILES= zsd
NO_ARCH= yes
NO_BUILD= yes
PORTSCOUT= ignore:1
PLIST_FILES= sbin/zsd \
share/man/man8/zsd.8.gz
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/zsd ${STAGEDIR}${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/zsd.8 ${STAGEDIR}${PREFIX}/share/man/man8
.include <bsd.port.mk>