mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
cb41fc6623
Sponsored by: Absolight
30 lines
742 B
Makefile
30 lines
742 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Email-MIME
|
|
PORTVERSION= 1.946
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Easy MIME message parsing
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= p5-Email-Address-XS>=0:mail/p5-Email-Address-XS \
|
|
p5-Email-MIME-ContentType>=1.022:mail/p5-Email-MIME-ContentType \
|
|
p5-Email-MIME-Encodings>=1.314:mail/p5-Email-MIME-Encodings \
|
|
p5-Email-MessageID>=0:mail/p5-Email-MessageID \
|
|
p5-Email-Simple>=2.212:mail/p5-Email-Simple \
|
|
p5-MIME-Types>=1.13:mail/p5-MIME-Types \
|
|
p5-Module-Runtime>=0:devel/p5-Module-Runtime
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|