aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-MIME-Types/Makefile
blob: 89fe709a346ab2a97abc83ba0112004941b202d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:    p5-MIME-Types
# Date created:                         15 March 2001
# Whom:                                 -
#
# $FreeBSD$

PORTNAME=		MIME-Types
PORTVERSION=		1.16
CATEGORIES=		mail perl5
MASTER_SITES=		${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	MIME
PKGNAMEPREFIX=		p5-

MAINTAINER=	skv@FreeBSD.org
COMMENT=	Perl extension for determining MIME types

PERL_CONFIGURE=		YES

MAN3=		MIME::Type.3 MIME::Types.3

.include <bsd.port.mk>