freebsd-ports/sysutils/currtime/Makefile
Kurt Jaeger e9e5f53656 sysutils/currtime: 0.2.4 -> 0.2.5
- move distsite to github
- internal changes (transition away from global variables)

PR:		209506
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2016-05-15 18:16:29 +00:00

24 lines
430 B
Makefile

# $FreeBSD$
PORTNAME= currtime
PORTVERSION= 0.2.5
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
MAINTAINER= neel@neelc.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>