aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/R-cran-utf8/Makefile
blob: c590f8d1aa4f336db2f7c02d9359d096d0812e89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$

PORTNAME=   utf8
PORTVERSION=    1.1.4
PORTREVISION=   2
CATEGORIES= textproc
DISTNAME=   ${PORTNAME}_${PORTVERSION}

MAINTAINER= tota@FreeBSD.org
COMMENT=    Unicode Text Processing

LICENSE=    APACHE20
LICENSE_FILE=   ${WRKSRC}/LICENSE

USES=       cran:auto-plist,compiles

.include <bsd.port.mk>