1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/mail/p5-URI-imap/Makefile
2021-04-06 16:31:07 +02:00

20 lines
356 B
Makefile

# Created by: Lars Thegler <lth@FreeBSD.org>
PORTNAME= URI-imap
PORTVERSION= 1.01
PORTREVISION= 1
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module for IMAP URI support
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-URI>=0:net/p5-URI
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>