diff options
Diffstat (limited to 'security/linux-c6-cyrus-sasl2/Makefile')
-rw-r--r-- | security/linux-c6-cyrus-sasl2/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/security/linux-c6-cyrus-sasl2/Makefile b/security/linux-c6-cyrus-sasl2/Makefile index f477e61697f4..c4da1d446430 100644 --- a/security/linux-c6-cyrus-sasl2/Makefile +++ b/security/linux-c6-cyrus-sasl2/Makefile @@ -1,22 +1,22 @@ # Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com> # $FreeBSD$ -PORTNAME= cyrus-sasl2 +PORTNAME= cyrus-sasl PORTVERSION= 2.1.23 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security linux -DISTNAME= cyrus-sasl-lib-${PORTVERSION}-${RPMVERSION} -SRC_DISTFILES= cyrus-sasl-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE +PKGNAMESUFFIX= -lib +LIB_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL} MAINTAINER= emulation@FreeBSD.org COMMENT= RFC 2222 SASL (Simple Authentication and Security Layer) (Linux CentOS ${LINUX_DIST_VER}) +DESCR= ${.CURDIR}/../${PORTNAME}2/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION} +LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX} RPMVERSION= 15.el6_6.2 USES= linux:c6 USE_LDCONFIG= yes USE_LINUX_RPM= yes -DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr -DOCSDIR= ${PREFIX}/usr/share/doc/cyrus-sasl-lib-${PORTVERSION} - .include <bsd.port.mk> |