blob: 26d17bfabe3a9707689a77335293bfa016c59e8e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: mail/p5-MIME-Charset
# Date created: 05 June 2007
# Whom: Olivier Girard <Olivier.Girard@univ-angers.fr>
#
# $FreeBSD$
#
PORTNAME= MIME-Charset
PORTVERSION= 1.007.1
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
PERL_CONFIGURE= yes
MAN3= MIME::Charset.3 MIME::Charset::JA_JP.3
.include <bsd.port.mk>
|