freebsd-ports/converters/php5-bsdconv/Makefile
Sunpoet Po-Chuan Hsieh 3a3e6b2b0f - Update to 7.3
- While I'm here, pet portlint by removing ABI version number from LIB_DEPENDS

Changes:
- info(): add width information

Submitted by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer, via IRC)
2012-05-26 19:02:40 +00:00

33 lines
738 B
Makefile

# Ports collection makefile for: php5-bsdconv
# Date created: 23 May 2009
# Whom: buganini@gmail.com
#
# $FreeBSD$
#
PORTNAME= bsdconv
PORTVERSION= 7.3
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:${PORTSDIR}/converters/bsdconv
GITVERSION= a3bad63
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>