mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
MIME::Lite::TT is the wrapper of MIME::Lite which enabled Template::Toolkit
as a template of email. WWW: http://search.cpan.org/~horiuchi/MIME-Lite-TT-0.02/ PR: ports/121987 Submitted by: Tuc <freebsd-ports at t-b-o-h.net>
This commit is contained in:
parent
d5ff1f1d3e
commit
2e705988ba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209889
@ -339,6 +339,7 @@
|
||||
SUBDIR += p5-MIME-Fast
|
||||
SUBDIR += p5-MIME-Lite
|
||||
SUBDIR += p5-MIME-Lite-HTML
|
||||
SUBDIR += p5-MIME-Lite-TT
|
||||
SUBDIR += p5-MIME-Tools
|
||||
SUBDIR += p5-MIME-Types
|
||||
SUBDIR += p5-Mail-Address-MobileJp
|
||||
|
28
mail/p5-MIME-Lite-TT/Makefile
Normal file
28
mail/p5-MIME-Lite-TT/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: mail/p5-MIME-Lite-TT
|
||||
# Date created: 23 March 2008
|
||||
# Whom: Tuc <freebsd-ports@t-b-o-h.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= MIME-Lite-TT
|
||||
PORTVERSION= 0.02
|
||||
CATEGORIES= mail perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= freebsd-ports@t-b-o-h.net
|
||||
COMMENT= TT enabled MIME::Lite wrapper
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/mach/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \
|
||||
${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \
|
||||
${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple
|
||||
RUN_DEPENDS= ${SITE_PERL}/mach/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \
|
||||
${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \
|
||||
${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= MIME::Lite::TT.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
mail/p5-MIME-Lite-TT/distinfo
Normal file
3
mail/p5-MIME-Lite-TT/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (MIME-Lite-TT-0.02.tar.gz) = 82ac8e6dd4b0274ce552d5d2ace23eb4
|
||||
SHA256 (MIME-Lite-TT-0.02.tar.gz) = e66b82ca80400bca0197d21dfd57be6c71a827cd982e999222539f9b1f6b637e
|
||||
SIZE (MIME-Lite-TT-0.02.tar.gz) = 2078
|
4
mail/p5-MIME-Lite-TT/pkg-descr
Normal file
4
mail/p5-MIME-Lite-TT/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
MIME::Lite::TT is the wrapper of MIME::Lite which enabled Template::Toolkit
|
||||
as a template of email.
|
||||
|
||||
WWW: http://search.cpan.org/~horiuchi/MIME-Lite-TT-0.02/
|
9
mail/p5-MIME-Lite-TT/pkg-plist
Normal file
9
mail/p5-MIME-Lite-TT/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
%%SITE_PERL%%/MIME/Lite/TT.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/Lite/TT/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/Lite/TT
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/Lite
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%
|
||||
@dirrmtry %%SITE_PERL%%/MIME/Lite
|
||||
@dirrmtry %%SITE_PERL%%/MIME
|
Loading…
Reference in New Issue
Block a user