freebsd-ports/mail/p5-Email-MIME-ContentType/Makefile
2005-02-22 15:14:46 +00:00

29 lines
654 B
Makefile

# New ports collection makefile for: p5-Email-MIME-ContentType
# Date created: 2004-08-29
# Whom: Lars Thegler <lars@thegler.dk>
#
# $FreeBSD$
#
PORTNAME= Email-MIME-ContentType
PORTVERSION= 1.01
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Email
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Parse a MIME Content-Type Header
PERL_CONFIGURE= yes
MAN3= Email::MIME::ContentType.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} <= 500503
post-patch:
${PERL} -pi -e '$$_ = "" if /use 5.006;/;' \
-e '$$_ = "(" if /ABSTRACT_FROM/;' \
${WRKSRC}/Makefile.PL
.endif
.include <bsd.port.post.mk>