aboutsummaryrefslogtreecommitdiffstats
path: root/mail/p5-Email-Folder-POP3/Makefile
blob: 8291bbc3b0dcf4c193d675d580227e031882fd04 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Lars Thegler <lth@FreeBSD.org>
# $FreeBSD$

PORTNAME=   Email-Folder-POP3
PORTVERSION=    1.015
CATEGORIES= mail perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Email::Folder access to POP3 folders

LICENSE=    ART10 GPLv1+
LICENSE_COMB=   dual
LICENSE_FILE=   ${WRKSRC}/LICENSE

BUILD_DEPENDS=  p5-Email-Folder>=0:mail/p5-Email-Folder \
        p5-Email-FolderType-Net>=0:mail/p5-Email-FolderType-Net \
        p5-URI>=0:net/p5-URI
RUN_DEPENDS:=   ${BUILD_DEPENDS}

NO_ARCH=    yes
USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>