63b6120db0
Please DO NOT use this version in production, it is an early test version. For upgrade notes please visit: https://github.com/php/php-src/blob/php-8.6.0alpha1/UPGRADING Changelog: https://github.com/php/php-src/blob/php-8.6.0alpha1/NEWS
23 lines
440 B
Makefile
23 lines
440 B
Makefile
PORTNAME= bsdconv
|
|
PORTVERSION= 11.6.0
|
|
CATEGORIES= converters
|
|
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= buganini@gmail.com
|
|
COMMENT= PHP wrapper for bsdconv
|
|
WWW= https://github.com/buganini/php-bsdconv
|
|
|
|
LICENSE= ISCL
|
|
|
|
LIB_DEPENDS= libbsdconv.so:converters/bsdconv
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= buganini
|
|
GH_PROJECT= php-${PORTNAME}
|
|
|
|
USES= php:ext
|
|
IGNORE_WITH_PHP= 86
|
|
CONFIGURE_ARGS= --with-bsdconv=${LOCALBASE}
|
|
|
|
.include <bsd.port.mk>
|