Files
bsdports/perl/p5-URI-imap/Makefile
2019-12-26 07:26:06 +00:00

21 lines
403 B
Makefile

# Created by: Lars Thegler <lth@FreeBSD.org>
# $FreeBSD:perl/Makefile 412348 2016-04-01 14:17:44Z mat $
PORTNAME= URI-imap
PORTVERSION= 1.01
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= URI::imap - Support IMAP URI
BUILD_DEPENDS= p5-URI>=0:perl/p5-URI
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
#EOF