diff options
Diffstat (limited to 'security/botan/Makefile')
-rw-r--r-- | security/botan/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/security/botan/Makefile b/security/botan/Makefile index 4cc606fd0da2..38951d9adb3c 100644 --- a/security/botan/Makefile +++ b/security/botan/Makefile @@ -1,23 +1,22 @@ # ex:ts=8 -# New ports collection makefile for: opencl +# New ports collection makefile for: botan # Date created: Mar 3, 2001 # Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> # # $FreeBSD$ # -PORTNAME= opencl -PORTVERSION= 0.8.7 +PORTNAME= botan +PORTVERSION= 0.9.2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= OpenCL-${PORTVERSION} +MASTER_SITE_SUBDIR= opencl +DISTNAME= Botan-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org USE_REINPLACE= yes -USE_NEWGCC= yes HAS_CONFIGURE= yes CONFIGURE_SCRIPT= configure.pl CONFIGURE_ARGS= gcc-freebsd-generic |