blob: 2b9e1b70e0b1fc8018816e144b5b96b4783dade0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Olivier Girard <Olivier.Girard@univ-angers.fr>
# $FreeBSD$
PORTNAME= MIME-Charset
PORTVERSION= 1.008
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
# blanket update approval granted, see pr136540
MAINTAINER= Olivier.Girard@univ-angers.fr
COMMENT= Charset Informations for MIME
USES= perl5
USE_PERL5= configure
MAN3= MIME::Charset.3 MIME::Charset::JA_JP.3
NO_STAGE= yes
.include <bsd.port.mk>
|