mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
9dff352320
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
28 lines
604 B
Makefile
28 lines
604 B
Makefile
# Created by: Alex Perel <veers@disturbed.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= MIME-Lite
|
|
PORTVERSION= 3.030
|
|
PORTREVISION= 1
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Simple interface for creating (not parsing!) MIME messages
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Email-Date-Format>=1.000:mail/p5-Email-Date-Format \
|
|
p5-MIME-Types>=1.28:mail/p5-MIME-Types \
|
|
p5-Mail-Tools>=1.62:mail/p5-Mail-Tools
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|