mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
668e0f51f4
checks haven't missed anything. Submitted by: dima
26 lines
604 B
Makefile
26 lines
604 B
Makefile
# New ports collection makefile for: p5-Mail-POP3Client
|
|
# Version required: 1.15
|
|
# Date created: October 24th 1996
|
|
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
|
#
|
|
# $Id: Makefile,v 1.9 1998/08/23 03:36:54 jseger Exp $
|
|
#
|
|
|
|
DISTNAME= POP3Client-1_15
|
|
PKGNAME= p5-Mail-POP3Client-1.15
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Mail
|
|
|
|
MAINTAINER= jfitz@FreeBSD.ORG
|
|
|
|
USE_PERL5= YES
|
|
|
|
MAN3= Mail::POP3Client.3
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
|
|
do-configure:
|
|
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|