13 lines
248 B
Makefile
13 lines
248 B
Makefile
PORTNAME= fansi
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= ANSI Control Sequence Aware String Functions
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|