blob: 001bd74ab3cfc4c4f8254cc70f42495c681bc0dd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= fileprune
PORTVERSION= 1.12
PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= dds@FreeBSD.org
COMMENT= Prune a file set according to a given age distribution
WWW= https://www.spinellis.gr/sw/unix/fileprune/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= dspinellis
GH_TAGNAME= 2dd22fc
PLIST_FILES= bin/fileprune share/man/man1/fileprune.1.gz
MAKE_ARGS= CFLAGS="${CFLAGS}" PREFIX="${STAGEDIR}${PREFIX}"
.include <bsd.port.mk>
|