|
Lines 2-8
PORTNAME= qrencode
Link Here
|
| 2 |
PORTVERSION= 0.11 |
2 |
PORTVERSION= 0.11 |
| 3 |
DISTVERSIONPREFIX= v |
3 |
DISTVERSIONPREFIX= v |
| 4 |
PORTREVISION= 0 |
4 |
PORTREVISION= 0 |
| 5 |
CATEGORIES= graphics pear |
5 |
CATEGORIES= graphics |
|
|
6 |
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} |
| 6 |
|
7 |
|
| 7 |
MAINTAINER= vanilla@FreeBSD.org |
8 |
MAINTAINER= vanilla@FreeBSD.org |
| 8 |
COMMENT= PECL extension for generate qrcode |
9 |
COMMENT= PECL extension for generate qrcode |
|
Lines 13-19
LICENSE= BSD2CLAUSE
Link Here
|
| 13 |
LIB_DEPENDS= libqrencode.so:graphics/libqrencode \ |
14 |
LIB_DEPENDS= libqrencode.so:graphics/libqrencode \ |
| 14 |
libpng.so:graphics/png |
15 |
libpng.so:graphics/png |
| 15 |
|
16 |
|
| 16 |
USES= php:pecl |
17 |
USES= php:ext |
| 17 |
USE_GITHUB= yes |
18 |
USE_GITHUB= yes |
| 18 |
GH_ACCOUNT= embark-systems |
19 |
GH_ACCOUNT= embark-systems |
| 19 |
GH_PROJECT= pecl-qrencode |
20 |
GH_PROJECT= pecl-qrencode |