freebsd-ports/sysutils/currtime/Makefile
Neel Chauhan f4ee943fba Set MAINTAINER of my ports to my FreeBSD handle (nc@).
Reviewed by:		0mp (mentor)
Approved by:		0mp (mentor)
Differential Revision:	https://reviews.freebsd.org/D27966
2021-01-05 15:33:39 +00:00

24 lines
430 B
Makefile

# $FreeBSD$
PORTNAME= currtime
PORTVERSION= 0.2.5
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
MAINTAINER= nc@FreeBSD.org
COMMENT= Enhanced command-line operated real time clock
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= neelchauhan
ALL_TARGET= ${PORTNAME}
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>