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:
parent
91fa338373
commit
296806862e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125570
@ -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
|
||||
|
25
mail/p5-URI-imaps/Makefile
Normal file
25
mail/p5-URI-imaps/Makefile
Normal 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>
|
2
mail/p5-URI-imaps/distinfo
Normal file
2
mail/p5-URI-imaps/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (URI-imaps-1.01.tar.gz) = 0fdb2371e9f64ea7acbe385ca8d8a708
|
||||
SIZE (URI-imaps-1.01.tar.gz) = 1311
|
3
mail/p5-URI-imaps/pkg-descr
Normal file
3
mail/p5-URI-imaps/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Support IMAPS schemas with URI.
|
||||
|
||||
WWW: http://search.cpan.org/dist/URI-imaps
|
5
mail/p5-URI-imaps/pkg-plist
Normal file
5
mail/p5-URI-imaps/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user