mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
c836224749
- Convert to PEAR_AUTOINSTALL
19 lines
446 B
Makefile
19 lines
446 B
Makefile
# Created by: Simun Mikecin <numisemis at yahoo.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= HTML_AJAX
|
|
PORTVERSION= 0.5.6
|
|
CATEGORIES= www devel pear
|
|
|
|
MAINTAINER= numisemis@yahoo.com
|
|
COMMENT= PHP and JavaScript AJAX library
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
|
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
|
|
|
PEAR_AUTOINSTALL= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
.include <bsd.port.post.mk>
|