mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
ae6f836a9a
p5-Crypt-CBC => 1.25 p5-DBI => 1.14 p5-Date-Manip => 5.38 p5-Devel-Symdump => 2.01 p5-IRC => 0.70 p5-Locale-Codes => 1.02 p5-MIME-Lite => 2.101 p5-ParallelUA => 2.49 p5-URI => 1.07
27 lines
513 B
Makefile
27 lines
513 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= 2.101
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= MIME
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= veers@disturbed.net
|
|
|
|
USE_PERL5= YES
|
|
|
|
MAN3= MIME::Lite.3
|
|
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
|
|
do-configure:
|
|
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|