cf118ccf87
Reported by: lwhsu
15 lines
290 B
Makefile
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>
|