09d12d3243
Generated by: portcran (0.1.8)
16 lines
285 B
Makefile
16 lines
285 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rematch
|
|
DISTVERSION= 1.0.1
|
|
CATEGORIES= textproc
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= dbn@FreeBSD.org
|
|
COMMENT= Match Regular Expressions with a Nicer 'API'
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|