mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
24 lines
415 B
Makefile
24 lines
415 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= crex
|
|
DISTVERSION= 0.2.5
|
|
PORTREVISION= 2
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Explore, test, and check regular expressions in the terminal
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC:H}/LICENSE
|
|
|
|
USES= compiler:c++14-lang
|
|
USE_CXXSTD= c++14
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= octobanana
|
|
|
|
MAKEFILE= ${FILESDIR}/Makefile
|
|
PLIST_FILES= bin/crex
|
|
WRKSRC_SUBDIR= src
|
|
|
|
.include <bsd.port.mk>
|