openbsd-ports/mail/p5-Mail-POP3Client/Makefile
1999-11-16 08:42:03 +00:00

23 lines
506 B
Makefile

# OpenBSD makefile for: p5-Mail-POP3Client
# Version required: 1.15
# Date created: May 16 1998
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.3 1999/11/16 08:42:03 kevlo Exp $
#
DISTNAME= POP3Client-2.3
PKGNAME= p5-Mail-POP3Client-2.3
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Mail
MAINTAINER= angelos@openbsd.org
USE_PERL5= YES
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} /usr/bin/perl Makefile.PL
.include <bsd.port.mk>