2003-09-24 13:03:02 +02:00
|
|
|
# New ports collection makefile for: p5-Email-MIME-Encodings
|
|
|
|
# Date created: September 7 2003
|
|
|
|
# Whom: Lars Thegler <lars@thegler.dk>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Email-MIME-Encodings
|
2007-03-27 15:07:57 +02:00
|
|
|
PORTVERSION= 1.311
|
2003-09-24 13:03:02 +02:00
|
|
|
CATEGORIES= mail perl5
|
2006-09-20 15:19:17 +02:00
|
|
|
MASTER_SITES= CPAN
|
2003-09-24 13:03:02 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2004-06-01 14:32:33 +02:00
|
|
|
MAINTAINER= lth@FreeBSD.org
|
2003-09-24 13:03:02 +02:00
|
|
|
COMMENT= A unified interface to MIME encoding and decoding
|
|
|
|
|
2007-03-27 15:07:57 +02:00
|
|
|
RUN_DEPENDS= p5-MIME-Base64>3.05:${PORTSDIR}/converters/p5-MIME-Base64
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2003-09-24 13:03:02 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Email::MIME::Encodings.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|