mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
b96b1878c3
Submitted by: Gian-Simon Purkert <gspurki@gmail.com> PR: 266904
15 lines
303 B
Makefile
15 lines
303 B
Makefile
PORTNAME= Mail-POP3Client
|
|
PORTVERSION= 2.21
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
COMMENT= Perl5 module to talk to a POP3 (RFC1939) server
|
|
WWW= https://metacpan.org/release/Mail-POP3Client
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|