1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/sysutils/cronolog-devel/Makefile
Jason Unovitch 29d00dd9eb sysutils/cronolog-devel: update 1.7.0 -> 1.7.1
PR:		206957
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
2016-02-13 21:48:14 +00:00

32 lines
630 B
Makefile

# $FreeBSD$
PORTNAME= cronolog
PORTVERSION= 1.7.1
CATEGORIES= sysutils
MASTER_SITES= http://BSDforge.com/projects/source/sysutils/cronolog-devel/
PKGNAMESUFFIX= -devel
DISTNAME= ${PORTNAME}-${PORTVERSION}-beta
MAINTAINER= portmaster@BSDforge.com
COMMENT= Web log rotation utility that provides datestamp filenames
LICENSE= APACHE10
USES= shebangfix tar:xz
SHEBANG_FILES= src/cronosplit
PLIST_FILES= sbin/cronolog \
sbin/cronosplit \
man/man1/cronolog.1m.gz \
man/man1/cronosplit.1m.gz
CONFLICTS= cronolog-[0-9]*
WRKSRC= ${WRKDIR}/cronolog-${PORTVERSION}
INFO= cronolog
GNU_CONFIGURE= yes
.include <bsd.port.mk>