diff options
Diffstat (limited to 'security/polarssl/Makefile')
-rw-r--r-- | security/polarssl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/polarssl/Makefile b/security/polarssl/Makefile index 76d6cdfba43..f0e5583e6b3 100644 --- a/security/polarssl/Makefile +++ b/security/polarssl/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2013/09/11 13:17:25 obache Exp $ +# $NetBSD: Makefile,v 1.4 2014/05/29 23:37:25 wiz Exp $ # DISTNAME= polarssl-1.2.8-gpl PKGNAME= ${DISTNAME:-gpl=} +PKGREVISION= 1 CATEGORIES= security devel MASTER_SITES= http://polarssl.org/code/releases/ EXTRACT_SUFX= .tgz |