blob: 58afb29286c63e95867ed2e3a2a8ca3402b8b0df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= Parse-MIME
PORTVERSION= 1.006
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension to parse mime-types
WWW= https://metacpan.org/release/Parse-MIME
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
NO_ARCH= YES
.include <bsd.port.mk>
|