diff options
author | Carlo Strub <cs@FreeBSD.org> | 2013-03-29 19:33:41 +0000 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2013-03-29 19:33:41 +0000 |
commit | f87124df638f9ab9a10de7815e16138a955e5814 (patch) | |
tree | 56a7cc7e21781385ea74f4d32262386371d62b78 /security/engine_pkcs11 | |
parent | 4b0d4f826c38657c52f2d41254533c0d86e6f0b2 (diff) |
- Remove A/An in COMMENT
- Trim Header where applicable
Notes
Notes:
svn path=/head/; revision=315566
Diffstat (limited to 'security/engine_pkcs11')
-rw-r--r-- | security/engine_pkcs11/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/security/engine_pkcs11/Makefile b/security/engine_pkcs11/Makefile index 75c51099cef0..8e1c9b80110b 100644 --- a/security/engine_pkcs11/Makefile +++ b/security/engine_pkcs11/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: engine_pkcs11 -# Date created: 1 Jun 2006 -# Whom: Alex Dupre <ale@FreeBSD.org> -# +# Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ # @@ -12,7 +9,7 @@ CATEGORIES= security MASTER_SITES= http://www.opensc-project.org/files/${PORTNAME}/ MAINTAINER= ale@FreeBSD.org -COMMENT= An implementation of a PKCS\#11 engine for OpenSSL +COMMENT= Implementation of a PKCS\#11 engine for OpenSSL LIB_DEPENDS= p11.2:${PORTSDIR}/security/libp11 |