freebsd-ports/mail/p5-Parse-MIME/Makefile
Jun Kuriyama 0faa045b9a This module provides basic functions for handling mime-types. It can
handle matching mime-types against a list of media-ranges.  See
section 14.1 of the HTTP specification [RFC 2616] for a complete
explanation:
http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.1

WWW: http://search.cpan.org/dist/Parse-MIME/
2015-08-23 11:55:18 +00:00

19 lines
305 B
Makefile

# $FreeBSD$
PORTNAME= Parse-MIME
PORTVERSION= 1.003
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to parse mime-types
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
NO_ARCH= YES
.include <bsd.port.mk>