freebsd-ports/textproc/R-cran-rematch/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

15 lines
290 B
Makefile

PORTNAME= rematch
DISTVERSION= 1.0.1
PORTREVISION= 3
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Match Regular Expressions with a Nicer 'API'
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cran:auto-plist
.include <bsd.port.mk>