blob: 6faa416e38345a5ccc49490990340b8e9917abba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
PORTNAME= libxcrypt
DISTVERSION= 4.5.2
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= https://github.com/besser82/${PORTNAME}/releases/download/v${DISTVERSION}/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Extended crypt library for descrypt, md5crypt, bcrypt, and others
WWW= https://github.com/besser82/libxcrypt
LICENSE= LGPL21
USES= gmake libtool pathfix perl5 tar:xz
USE_PERL5= build
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CFLAGS+= -Wno-gnu-statement-expression
INSTALL_TARGET= install-strip
TEST_TARGET= check
CONFIGURE_ARGS= --disable-static \
--disable-xcrypt-compat-files \
--enable-obsolete-api=no
.include <bsd.port.mk>
|