1999-08-06 06:26:29 +02:00
|
|
|
# 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$
|
1999-08-06 06:26:29 +02:00
|
|
|
#
|
|
|
|
|
2000-04-13 22:01:08 +02:00
|
|
|
PORTNAME= MIME-Lite
|
2012-08-21 18:07:24 +02:00
|
|
|
PORTVERSION= 3.02.9
|
1999-08-06 06:26:29 +02:00
|
|
|
CATEGORIES= mail perl5
|
2007-08-29 14:36:58 +02:00
|
|
|
MASTER_SITES= CPAN
|
2000-04-21 09:15:20 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
2011-11-09 12:26:44 +01:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
|
1999-08-06 06:26:29 +02:00
|
|
|
|
2010-12-02 01:04:47 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-02-21 13:51:06 +01:00
|
|
|
COMMENT= A simple interface for creating (not parsing!) MIME messages
|
1999-08-06 06:26:29 +02:00
|
|
|
|
2012-08-21 18:07:24 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2011-11-09 12:26:44 +01:00
|
|
|
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
|
2011-11-09 12:26:44 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2007-09-24 14:50:57 +02:00
|
|
|
|
2011-11-09 12:26:44 +01:00
|
|
|
PERL_CONFIGURE= yes
|
1999-08-06 06:26:29 +02:00
|
|
|
|
2003-07-06 06:17:20 +02:00
|
|
|
MAN3= MIME::Lite.3 MIME::changes.3
|
1999-08-06 06:26:29 +02:00
|
|
|
|
2009-07-22 18:27:08 +02:00
|
|
|
.include <bsd.port.mk>
|