freebsd-ports/mail/pear-Net_Cyrus/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

18 lines
445 B
Makefile

# Created by: Attila Nagy <bra@fsn.hu>
# $FreeBSD$
PORTNAME= Net_Cyrus
PORTVERSION= 0.3.1
CATEGORIES= mail net pear
MAINTAINER= bra@fsn.hu
COMMENT= PEAR class to administer Cyrus IMAP servers
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket \
${PEARDIR}/Net/IMAP.php:mail/pear-Net_IMAP
RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket \
${PEARDIR}/Net/IMAP.php:mail/pear-Net_IMAP
USES= pear
.include <bsd.port.mk>