061d5a3406
Submitted by: Mathieu Arnold <m@absolight.net> PR: ports/52263 No response from: maintainer
23 lines
481 B
Makefile
23 lines
481 B
Makefile
# New ports collection makefile for: p5-MIME-Lite
|
|
# Date created: August 3, 1999
|
|
# Whom: Alex Perel <veers@disturbed.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= MIME-Lite
|
|
PORTVERSION= 3.01
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= MIME
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= veers@disturbed.net
|
|
COMMENT= A simple interface for creating (not parsing!) MIME messages
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
MAN3= MIME::Lite.3 MIME::changes.3
|
|
|
|
.include <bsd.port.mk>
|