1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/devel/p5-File-MimeInfo/Makefile
Sunpoet Po-Chuan Hsieh 6bd3403a03 - Update to 0.27
- Add LICENSE
- Remove regression-test:
- Sort PLIST
- Take maintainership

Changes:	http://search.cpan.org/dist/File-MimeInfo/Changes
2015-02-24 17:02:44 +00:00

26 lines
663 B
Makefile

# Created by: Rong-En Fan <rafan@infor.org>
# $FreeBSD$
PORTNAME= File-MimeInfo
PORTVERSION= 0.27
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Determine file type
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-File-BaseDir>=0.03:${PORTSDIR}/devel/p5-File-BaseDir \
p5-File-DesktopEntry>=0.04:${PORTSDIR}/devel/p5-File-DesktopEntry
RUN_DEPENDS= p5-File-BaseDir>=0.03:${PORTSDIR}/devel/p5-File-BaseDir \
p5-File-DesktopEntry>=0.04:${PORTSDIR}/devel/p5-File-DesktopEntry \
update-mime-database:${PORTSDIR}/misc/shared-mime-info
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>