freebsd-ports/mail/p5-MIME-Lite/Makefile

31 lines
754 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-MIME-Lite
# Date created: August 3, 1999
# Whom: Alex Perel <veers@disturbed.net>
#
1999-08-25 08:51:17 +02:00
# $FreeBSD$
#
2000-04-13 22:01:08 +02:00
PORTNAME= MIME-Lite
PORTVERSION= 3.02.9
CATEGORIES= mail perl5
2007-08-29 14:36:58 +02:00
MASTER_SITES= CPAN
2000-04-21 09:15:20 +02:00
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= perl@FreeBSD.org
2003-02-21 13:51:06 +01:00
COMMENT= A simple interface for creating (not parsing!) MIME messages
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Email-Date-Format>=1.000:${PORTSDIR}/mail/p5-Email-Date-Format \
p5-MIME-Types>=1.28:${PORTSDIR}/mail/p5-MIME-Types \
2008-11-14 18:06:56 +01:00
p5-Mail-Tools>=1.62:${PORTSDIR}/mail/p5-Mail-Tools
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= MIME::Lite.3 MIME::changes.3
.include <bsd.port.mk>