2012-10-08 18:12:07 +02:00
|
|
|
# Created by: buganini@gmail.com
|
2009-06-06 00:11:08 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2011-04-26 20:21:20 +02:00
|
|
|
PORTNAME= bsdconv
|
2018-04-03 11:48:25 +02:00
|
|
|
PORTVERSION= 11.5.0
|
2011-04-26 20:21:20 +02:00
|
|
|
CATEGORIES= converters
|
2018-03-08 20:48:41 +01:00
|
|
|
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
|
2009-06-06 00:11:08 +02:00
|
|
|
|
|
|
|
MAINTAINER= buganini@gmail.com
|
|
|
|
COMMENT= PHP wrapper for bsdconv
|
|
|
|
|
2014-12-22 18:31:49 +01:00
|
|
|
LICENSE= ISCL
|
2011-04-26 20:21:20 +02:00
|
|
|
|
2016-04-01 15:29:15 +02:00
|
|
|
LIB_DEPENDS= libbsdconv.so:converters/bsdconv
|
2011-11-18 12:27:42 +01:00
|
|
|
|
2012-10-08 18:12:07 +02:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= buganini
|
|
|
|
GH_PROJECT= php-${PORTNAME}
|
2011-04-16 15:55:02 +02:00
|
|
|
|
2016-06-28 16:00:45 +02:00
|
|
|
USES= php:ext
|
2011-04-26 20:21:20 +02:00
|
|
|
CONFIGURE_ARGS= --with-bsdconv=${LOCALBASE}
|
2009-06-06 00:11:08 +02:00
|
|
|
|
2011-04-26 20:21:20 +02:00
|
|
|
.include <bsd.port.mk>
|