18 lines
292 B
Makefile
18 lines
292 B
Makefile
# $OpenBSD: Makefile,v 1.8 2020/02/03 20:40:39 sthen Exp $
|
|
|
|
COMMENT= pear class to talk to Sieve servers
|
|
|
|
DISTNAME= Net_Sieve-1.4.4
|
|
CATEGORIES= net
|
|
REVISION= 0
|
|
|
|
MODULES= www/pear
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
RUN_DEPENDS= net/pear-Net-Socket \
|
|
security/pear-Auth-SASL
|
|
|
|
.include <bsd.port.mk>
|