freebsd-ports/mail/p5-URI-imaps/Makefile
Sunpoet Po-Chuan Hsieh dbcc446b5e Update to 1.03
- Add LICENSE
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/URI-imaps/Changes
2017-04-08 10:34:56 +00:00

24 lines
426 B
Makefile

# Created by: Lars Thegler <lth@FreeBSD.org>
# $FreeBSD$
PORTNAME= URI-imaps
PORTVERSION= 1.03
CATEGORIES= mail perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ALEXM
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Support IMAPS URI
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-URI>=0:net/p5-URI
RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>