aboutsummaryrefslogtreecommitdiffstats
path: root/security/pam_p11
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2014-05-13 20:21:42 +0800
committerale <ale@FreeBSD.org>2014-05-13 20:21:42 +0800
commit1ea580bdefbc2ac9304ac099e5edfd34825b3464 (patch)
tree5ecdddcec48fdd7a61863acd0cde9aa2ef9c4bfd /security/pam_p11
parent341666065b63d574d3c18b7b82b3499de7c5015d (diff)
downloadfreebsd-ports-gnome-1ea580bdefbc2ac9304ac099e5edfd34825b3464.tar.gz
freebsd-ports-gnome-1ea580bdefbc2ac9304ac099e5edfd34825b3464.tar.zst
freebsd-ports-gnome-1ea580bdefbc2ac9304ac099e5edfd34825b3464.zip
Stagify.
Diffstat (limited to 'security/pam_p11')
-rw-r--r--security/pam_p11/Makefile22
-rw-r--r--security/pam_p11/pkg-descr2
2 files changed, 12 insertions, 12 deletions
diff --git a/security/pam_p11/Makefile b/security/pam_p11/Makefile
index f8ab5db27a7e..aee68003af3f 100644
--- a/security/pam_p11/Makefile
+++ b/security/pam_p11/Makefile
@@ -5,30 +5,30 @@ PORTNAME= pam_p11
PORTVERSION= 0.1.5
PORTREVISION= 3
CATEGORIES= security
-MASTER_SITES= http://www.opensc-project.org/files/${PORTNAME}/
+MASTER_SITES= SF/opensc/${PORTNAME}
MAINTAINER= ale@FreeBSD.org
COMMENT= A PAM module using crypto tokens for auth
-LIB_DEPENDS= p11.2:${PORTSDIR}/security/libp11
+LICENSE= LGPL21
+
+LIB_DEPENDS= libp11.so:${PORTSDIR}/security/libp11
+
+OPTIONS_DEFINE= DOCS
-USE_AUTOTOOLS= libtool
USE_OPENSSL= yes
GNU_CONFIGURE= yes
-USES= pkgconfig
-NO_STAGE= yes
+USES= libtool pkgconfig
CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \
OPENSSL_LIBS="-L${OPENSSLLIB} -lssl"
PORTDOCS= *
-.ifndef(NOPORTDOCS)
post-install:
- @${MKDIR} ${DOCSDIR}/wiki
- @(cd ${WRKSRC} && ${CP} NEWS ${DOCSDIR})
- @(cd ${WRKSRC}/doc && ${CP} README ${DOCSDIR})
- @(cd ${WRKSRC}/doc && ${CP} *.css *.html ${DOCSDIR}/wiki)
-.endif
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}/wiki
+ @(cd ${WRKSRC} && ${CP} NEWS ${STAGEDIR}${DOCSDIR})
+ @(cd ${WRKSRC}/doc && ${CP} README ${STAGEDIR}${DOCSDIR})
+ @(cd ${WRKSRC}/doc && ${CP} *.css *.html ${STAGEDIR}${DOCSDIR}/wiki)
.include <bsd.port.mk>
diff --git a/security/pam_p11/pkg-descr b/security/pam_p11/pkg-descr
index f4683b0decaa..524e86515faa 100644
--- a/security/pam_p11/pkg-descr
+++ b/security/pam_p11/pkg-descr
@@ -18,4 +18,4 @@ certificate chains, certificate authorities, revocation
lists or OCSP. Perfect for the small installation with no
frills.
-WWW: http://www.opensc-project.org/pam_p11/
+WWW: https://github.com/OpenSC/OpenSC/wiki/pam_p11-simple-RSA-authentication-with-PKCS%2311-modules