ade61b6c3e
PR: Update to 1.16 Submitted by: aaron
23 lines
489 B
Makefile
23 lines
489 B
Makefile
# New ports collection makefile for: mail/p5-Net-IMAP-Simple
|
|
# Date created: 30 December 2004
|
|
# Whom: Lars Thegler <lth@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Net-IMAP-Simple
|
|
PORTVERSION= 1.16
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= ../by-authors/id/C/CF/CFABER
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lth@FreeBSD.org
|
|
COMMENT= Perl extension for simple IMAP account handling
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Net::IMAP::Simple.3
|
|
|
|
.include <bsd.port.mk>
|