8ec045d8ae
Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D15098
20 lines
423 B
Makefile
20 lines
423 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= filevercmp
|
|
DISTVERSION= g20151117
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= jwb@FreeBSD.org
|
|
COMMENT= Compare version strings as in sort --version-sort
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ekg
|
|
GH_TAGNAME= cccb6ba1fffa2898718b0a96c63279e0979e002b
|
|
|
|
MAKEFILE= ${FILESDIR}/Makefile
|
|
INSTALL_TARGET= install-strip
|
|
PLIST_FILES= bin/filevercmp include/filevercmp.h lib/libfilevercmp.a
|
|
|
|
.include <bsd.port.mk>
|