openbsd-ports/mail/p5-Mail-IMAPClient/Makefile
avsm 6e0a7e0d6e initial import of p5-Mail-IMAPClient-2.1.0
--
This module provides methods implementing the IMAP protocol. It 
allows perl scripts to interact with IMAP message stores.
2001-02-22 00:28:59 +00:00

20 lines
428 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2001/02/22 00:28:59 avsm Exp $
DISTNAME= Mail-IMAPClient-2.1.0
PKGNAME= p5-${DISTNAME}
CATEGORIES= mail perl5
NEED_VERSION= 1.351
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Mail
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>