mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
17 lines
362 B
Makefile
17 lines
362 B
Makefile
# $NetBSD: Makefile,v 1.2 2014/02/12 23:18:35 tron Exp $
|
|
|
|
MODNAME= oauth
|
|
PKGREVISION= 1
|
|
PECL_VERSION= 1.2.3
|
|
CATEGORIES+= security
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= PHP oauth consumer extension
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "../../lang/php/ext.mk"
|
|
.include "../../www/curl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|