1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/converters/p5-MIME-Base64/Makefile
Frederic Culot 4a7663fd15 - Update to 3.13.
Changes:	http://search.cpan.org/dist/MIME-Base64/Changes
Approved by:	sahil@/wen@ (mentors, implicit)
2010-11-27 12:24:57 +00:00

23 lines
477 B
Makefile

# New ports collection makefile for: p5-MIME-Base64
# Date created: June 21th 1997
# Whom: ache@freebsd.org
#
# $FreeBSD$
#
PORTNAME= MIME-Base64
PORTVERSION= 3.13
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 module for Base64 and Quoted-Printable encodings
PERL_CONFIGURE= YES
MAN3= MIME::Base64.3 \
MIME::QuotedPrint.3
.include <bsd.port.mk>