blob: c61afe46207b8ddaccd66d0306d1fd8461c70285 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Ports collection makefile for: php5-bsdconv
# Date created: 23 May 2009
# Whom: buganini@gmail.com
#
# $FreeBSD$
#
PORTNAME= bsdconv
PORTVERSION= 3.3
CATEGORIES= converters
MASTER_SITES= http://security-hole.info/distfile/
PKGNAMEPREFIX= php5-
DISTNAME= buganini-bsdconv-a500cb452f12d583fd545dc901dfca89c84b987e
MAINTAINER= buganini@gmail.com
COMMENT= PHP wrapper for bsdconv
LIB_DEPENDS= bsdconv.3:${PORTSDIR}/converters/bsdconv
USE_PHP= yes
USE_PHPIZE= yes
USE_PHP_BUILD= yes
USE_PHPEXT= yes
PHP_MODNAME= bsdconv
CONFIGURE_ARGS+=--with-bsdconv=${LOCALBASE}
WRKSRC= ${WRKDIR}/${DISTNAME}/wrapper/php
.include <bsd.port.mk>
|