mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
9dff352320
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
30 lines
739 B
Makefile
30 lines
739 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= ${RUN_DEPENDS}
|
|
RUN_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
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|