Lines 2-9
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= utf8proc |
4 |
PORTNAME= utf8proc |
5 |
PORTVERSION= 2.5.0 |
|
|
6 |
DISTVERSIONPREFIX= v |
5 |
DISTVERSIONPREFIX= v |
|
|
6 |
DISTVERSION= 2.6.1 |
7 |
CATEGORIES= textproc devel |
7 |
CATEGORIES= textproc devel |
8 |
|
8 |
|
9 |
MAINTAINER= hrs@FreeBSD.org |
9 |
MAINTAINER= hrs@FreeBSD.org |
Lines 12-28
COMMENT= UTF-8 processing library
Link Here
|
12 |
LICENSE= MIT |
12 |
LICENSE= MIT |
13 |
LICENSE_FILE= ${WRKSRC}/LICENSE.md |
13 |
LICENSE_FILE= ${WRKSRC}/LICENSE.md |
14 |
|
14 |
|
15 |
TEST_DEPENDS= curl:ftp/curl |
|
|
16 |
|
17 |
USES= gmake perl5 |
15 |
USES= gmake perl5 |
18 |
|
16 |
|
19 |
USE_GITHUB= yes |
17 |
USE_GITHUB= yes |
20 |
GH_ACCOUNT= JuliaStrings |
18 |
GH_ACCOUNT= JuliaStrings |
21 |
USE_LDCONFIG= yes |
19 |
USE_LDCONFIG= yes |
22 |
USE_PERL5= test |
|
|
23 |
|
20 |
|
24 |
MAKE_ARGS= prefix=${PREFIX} |
21 |
MAKE_ARGS= prefix=${PREFIX} |
25 |
TEST_TARGET= check |
|
|
26 |
|
22 |
|
27 |
CONFLICTS= libutf8proc-[0-9]* |
23 |
CONFLICTS= libutf8proc-[0-9]* |
28 |
|
24 |
|
Lines 30-36
PLIST_FILES= include/utf8proc.h \
Link Here
|
30 |
lib/libutf8proc.a \ |
26 |
lib/libutf8proc.a \ |
31 |
lib/libutf8proc.so \ |
27 |
lib/libutf8proc.so \ |
32 |
lib/libutf8proc.so.2 \ |
28 |
lib/libutf8proc.so.2 \ |
33 |
lib/libutf8proc.so.2.3.2 \ |
29 |
lib/libutf8proc.so.2.4.1 \ |
34 |
libdata/pkgconfig/libutf8proc.pc |
30 |
libdata/pkgconfig/libutf8proc.pc |
35 |
PORTDOCS= NEWS.md README.md |
31 |
PORTDOCS= NEWS.md README.md |
36 |
|
32 |
|