openbsd-ports/mail/sieve-connect/Makefile
pea 3b58066fe3 Import sieve-connect:
Perl sieveshell-compatible ManageSieve client intended both for
scripting and interactive use; supports TLS, certificate-based
authentication support and tab-completion.

With tweaks from ajacoutot@
ok ajacoutot@
2011-01-19 12:26:22 +00:00

32 lines
695 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2011/01/19 12:26:22 pea Exp $
COMMENT = perl sieveshell-compatible ManageSieve client
DISTNAME = sieve-connect-0.77
CATEGORIES = mail
PKG_ARCH = *
MAINTAINER = LEVAI Daniel <leva@ecentrum.hu>
HOMEPAGE = http://people.spodhuis.org/phil.pennock/software/
MASTER_SITES = ${HOMEPAGE}
EXTRACT_SUFX = .tar.bz2
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
RUN_DEPENDS = net/p5-Net-DNS \
net/p5-IO-Socket-INET6 \
security/p5-IO-Socket-SSL \
security/p5-Authen-SASL \
devel/p5-Term-ReadKey
do-configure:
@perl -pi -e 's,^PREFIX=.*,,' ${WRKSRC}/Makefile
.include <bsd.port.mk>