1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/mail/p5-Mail-Box/Makefile
Sunpoet Po-Chuan Hsieh bf675463be Update to 3.005
- Add LICENSE

Changes:	https://metacpan.org/changes/distribution/Mail-Box
2018-10-18 19:52:56 +00:00

33 lines
811 B
Makefile

# Created by: will
# $FreeBSD$
PORTNAME= Mail-Box
PORTVERSION= 3.005
CATEGORIES= mail perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MARKOV
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Perl module implementing a modern mail folder management
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE_ART10= ${WRKSRC}/LICENSE
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.005:mail/p5-Mail-Message \
p5-Mail-Transport>=3.0: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
.include <bsd.port.mk>