aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-File-MimeInfo/Makefile
blob: a9f9f4b8ec563a200bf0c706185155b8811c443f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	File-MimeInfo
PORTVERSION=	0.35
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Determine file type
WWW=		https://metacpan.org/release/File-MimeInfo

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Encode-Locale>=0:converters/p5-Encode-Locale \
		p5-File-BaseDir>=0.03:devel/p5-File-BaseDir \
		p5-File-DesktopEntry>=0.04:devel/p5-File-DesktopEntry

USES=		perl5 shared-mime-info
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>