freebsd-ports/mail/p5-Mail-Box/Makefile

32 lines
775 B
Makefile
Raw Normal View History

# Created by: will
# $FreeBSD$
PORTNAME= Mail-Box
PORTVERSION= 3.007
CATEGORIES= mail perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MARKOV
PKGNAMEPREFIX= p5-
2018-10-10 20:55:41 +02:00
MAINTAINER= sunpoet@FreeBSD.org
2006-01-25 13:41:06 +01:00
COMMENT= Perl module implementing a modern mail folder management
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Devel-GlobalDestruction>=0.09:devel/p5-Devel-GlobalDestruction \
p5-File-Remove>=0.20:devel/p5-File-Remove \
p5-IO-stringy>=0:devel/p5-IO-stringy \
p5-Mail-Message>=3.008:mail/p5-Mail-Message \
p5-Mail-Transport>=3.003:mail/p5-Mail-Transport \
p5-Object-Realize-Later>=0.19:devel/p5-Object-Realize-Later \
p5-TimeDate>=0:devel/p5-TimeDate
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
2014-02-02 17:00:04 +01:00
.include <bsd.port.mk>