diff options
Diffstat (limited to 'security/ccid/Makefile')
-rw-r--r-- | security/ccid/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/ccid/Makefile b/security/ccid/Makefile index cd5143cc82a..d1ac3d6aeec 100644 --- a/security/ccid/Makefile +++ b/security/ccid/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2014/02/25 17:16:35 gdt Exp $ +# $NetBSD: Makefile,v 1.15 2014/02/26 01:16:56 gdt Exp $ # DISTNAME= ccid-1.4.15 +PKGREVISION= 1 CATEGORIES= security # Note that the MASTER_SITES URL is not stable with version changes, # and one can end up with an old version if DISTNAME is changed but @@ -9,7 +10,7 @@ CATEGORIES= security MASTER_SITES= https://alioth.debian.org/frs/download.php/file/3989/ EXTRACT_SUFX= .tar.bz2 -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://pcsclite.alioth.debian.org/ccid.html COMMENT= Middleware to access a smart card using SCard API (PC/SC) LICENSE= gnu-lgpl-v2.1 |