diff options
author | johans <johans@FreeBSD.org> | 2011-07-18 00:20:58 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2011-07-18 00:20:58 +0800 |
commit | 306369fea2401c7b7cc7a51815e5dfe4d103ba30 (patch) | |
tree | 1141ad0f32195798bfd3b1d2d0b1f5ed05ddbd45 /security/nettle/Makefile | |
parent | 5a40fd5f80ccfa9f880eede2033f23fcda791c49 (diff) | |
download | freebsd-ports-gnome-306369fea2401c7b7cc7a51815e5dfe4d103ba30.tar.gz freebsd-ports-gnome-306369fea2401c7b7cc7a51815e5dfe4d103ba30.tar.zst freebsd-ports-gnome-306369fea2401c7b7cc7a51815e5dfe4d103ba30.zip |
Update nettle to 2.2
Diffstat (limited to 'security/nettle/Makefile')
-rw-r--r-- | security/nettle/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/security/nettle/Makefile b/security/nettle/Makefile index 6838e65ac13a..3d765d802336 100644 --- a/security/nettle/Makefile +++ b/security/nettle/Makefile @@ -8,7 +8,7 @@ # PORTNAME= nettle -PORTVERSION= 2.1 +PORTVERSION= 2.2 CATEGORIES= security MASTER_SITES= http://www.lysator.liu.se/~nisse/archive/ \ ftp://ftp.lysator.liu.se/pub/security/lsh/ @@ -16,18 +16,17 @@ MASTER_SITES= http://www.lysator.liu.se/~nisse/archive/ \ MAINTAINER= johans@FreeBSD.org COMMENT= A low-level cryptographic library +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING.LIB + LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp -LICENSE= GPLv2 LGPL21 -LICENSE_COMB= multi -LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING -LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB USE_GMAKE= yes USE_OPENSSL= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" CONFIGURE_ARGS= --enable-shared +CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes |