freebsd-ports/mail/p5-MIME-Explode/Makefile
Rong-En Fan 82bde9ee93 Add p5-MIME-Explode 0.38, perl extension for explode MIME messages.
PR:		ports/107031
Submitted by:	chinsan
2006-12-23 11:07:21 +00:00

22 lines
423 B
Makefile

# New ports collection makefile for: p5-MIME-Explode
# Date created: 2006/12/22
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= MIME-Explode
PORTVERSION= 0.38
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= MIME
PKGNAMEPREFIX= p5-
MAINTAINER= chinsan@FreeBSD.org
COMMENT= Perl extension for explode MIME messages
PERL_CONFIGURE= yes
MAN3= MIME::Explode.3
.include <bsd.port.mk>