Changes: https://github.com/buganini/php-bsdconv/releases PR: 201013 Submitted by: sunpoet (myself) Approved by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
27 lines
491 B
Makefile
27 lines
491 B
Makefile
# Created by: buganini@gmail.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bsdconv
|
|
PORTVERSION= 11.3.0
|
|
CATEGORIES= converters
|
|
PKGNAMEPREFIX= php5-
|
|
|
|
MAINTAINER= buganini@gmail.com
|
|
COMMENT= PHP wrapper for bsdconv
|
|
|
|
LICENSE= ISCL
|
|
|
|
LIB_DEPENDS= libbsdconv.so:${PORTSDIR}/converters/bsdconv
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= buganini
|
|
GH_PROJECT= php-${PORTNAME}
|
|
|
|
USE_PHP= yes
|
|
USE_PHPEXT= yes
|
|
USE_PHPIZE= yes
|
|
USE_PHP_BUILD= yes
|
|
PHP_MODNAME= ${PORTNAME}
|
|
CONFIGURE_ARGS= --with-bsdconv=${LOCALBASE}
|
|
|
|
.include <bsd.port.mk>
|