diff options
Diffstat (limited to 'security/pecl-scrypt/Makefile')
-rw-r--r-- | security/pecl-scrypt/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/pecl-scrypt/Makefile b/security/pecl-scrypt/Makefile index 25ca3e4..22a455f 100644 --- a/security/pecl-scrypt/Makefile +++ b/security/pecl-scrypt/Makefile @@ -4,8 +4,6 @@ PORTNAME= scrypt PORTVERSION= 1.4.2 CATEGORIES= security pear -MASTER_SITES= http://pecl.php.net/get/ -PKGNAMEPREFIX= pecl- MAINTAINER= dbaio@bsd.com.br COMMENT= PHP wrapper to Colin Percival's scrypt implementation @@ -13,7 +11,7 @@ COMMENT= PHP wrapper to Colin Percival's scrypt implementation LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= php:ext tar:tgz +USES= php:pecl USE_PHP= hash:build OPTIONS_DEFINE= DOCS EXAMPLES |