- While I'm here, pet portlint Changes: - OO-style wrapping - Chase changes in bsdconv PR: portsr/162656 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer) Feature safe: yes
33 lines
740 B
Makefile
33 lines
740 B
Makefile
# Ports collection makefile for: php5-bsdconv
|
|
# Date created: 23 May 2009
|
|
# Whom: buganini@gmail.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bsdconv
|
|
PORTVERSION= 7.0
|
|
CATEGORIES= converters
|
|
MASTER_SITES= https://github.com/buganini/php-${PORTNAME}/tarball/${PORTVERSION}/
|
|
PKGNAMEPREFIX= php5-
|
|
DISTNAME= buganini-${PORTNAME}-${PORTVERSION}-0-g${GITVERSION}
|
|
|
|
MAINTAINER= buganini@gmail.com
|
|
COMMENT= PHP wrapper for bsdconv
|
|
|
|
LICENSE= BSD
|
|
|
|
LIB_DEPENDS= bsdconv.7:${PORTSDIR}/converters/bsdconv
|
|
|
|
GITVERSION= 0044626
|
|
FETCH_ARGS= -pRr
|
|
WRKSRC= ${WRKDIR}/buganini-php-${PORTNAME}-${GITVERSION}
|
|
|
|
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>
|