freebsd-ports/net/pear-Net_Ident/Makefile
Martin Wilke 2e7e76663f - Convert to PEAR_AUTOINSTALL
- Trim Header
- Take maintainership
2013-05-13 09:33:28 +00:00

18 lines
470 B
Makefile

# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
# $FreeBSD$
PORTNAME= Net_Ident
PORTVERSION= 1.1.0
CATEGORIES= net www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR identification protocol implementation
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>