22 lines
472 B
Makefile
22 lines
472 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.1912
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= ../by-authors/id/J/JE/JETTERO
|
|
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>
|