17 lines
265 B
Makefile
17 lines
265 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2014/11/16 18:28:49 sthen Exp $
|
|
|
|
COMMENT= pear sieve
|
|
|
|
DISTNAME= Net_Sieve-1.3.3
|
|
CATEGORIES= net
|
|
|
|
MODULES= www/pear
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= net/pear-Net-Socket \
|
|
security/pear-Auth-SASL
|
|
|
|
.include <bsd.port.mk>
|