aboutsummaryrefslogtreecommitdiff
path: root/security/pam_p11
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2014-05-13 12:21:42 +0000
committerAlex Dupre <ale@FreeBSD.org>2014-05-13 12:21:42 +0000
commit2e579e2987c42c5e91cfec841400a703431381b5 (patch)
tree5ecdddcec48fdd7a61863acd0cde9aa2ef9c4bfd /security/pam_p11
parent17cf88d7c548a15292d05a403e723963851d9ef4 (diff)
downloadports-2e579e2987c42c5e91cfec841400a703431381b5.tar.gz
ports-2e579e2987c42c5e91cfec841400a703431381b5.zip
Stagify.
Notes
Notes: svn path=/head/; revision=353939
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