1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Add p5-URI-imaps 1.01, support IMAPS URI.

This commit is contained in:
Lars Thegler 2004-12-30 22:43:55 +00:00
parent 91fa338373
commit 296806862e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125570
5 changed files with 36 additions and 0 deletions

View File

@ -304,6 +304,7 @@
SUBDIR += p5-Qmail-Envelope
SUBDIR += p5-Sendmail-Milter
SUBDIR += p5-URI-imap
SUBDIR += p5-URI-imaps
SUBDIR += p5-vpopmail
SUBDIR += pantomime
SUBDIR += pantomime-ssl

View File

@ -0,0 +1,25 @@
# New ports collection makefile for: mail/p5-URI-imaps
# Date created: 30 December 2004
# Whom: Lars Thegler <lth@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= URI-imaps
PORTVERSION= 1.01
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= URI
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Support IMAPS URI
BUILD_DEPENDS= ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= URI::imaps.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (URI-imaps-1.01.tar.gz) = 0fdb2371e9f64ea7acbe385ca8d8a708
SIZE (URI-imaps-1.01.tar.gz) = 1311

View File

@ -0,0 +1,3 @@
Support IMAPS schemas with URI.
WWW: http://search.cpan.org/dist/URI-imaps

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/URI/imaps.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/imaps/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/imaps
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/URI 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/URI 2>/dev/null || true