ports/irc/pear-Net_SmartIRC/Makefile
Martin Wilke b3f78d7668 - Convert to PEAR_AUTOINSTALL
- Trim header
2013-03-15 02:42:22 +00:00

18 lines
475 B
Makefile

# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
# $FreeBSD$
PORTNAME= Net_SmartIRC
PORTVERSION= 1.0.2
CATEGORIES= irc www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR class for communication with IRC networks
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>