diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-27 01:17:50 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-27 01:17:50 +0800 |
commit | 2ed656481041d1fd94cc879b0974c24569ddd53b (patch) | |
tree | 45b477be40c39c549dc83aa633b269dce7f04e38 /mail/p5-MIME-Lite-TT | |
parent | 291f5b43c01487905ad2490b72702bde211bbb8c (diff) | |
download | freebsd-ports-gnome-2ed656481041d1fd94cc879b0974c24569ddd53b.tar.gz freebsd-ports-gnome-2ed656481041d1fd94cc879b0974c24569ddd53b.tar.zst freebsd-ports-gnome-2ed656481041d1fd94cc879b0974c24569ddd53b.zip |
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>
Diffstat (limited to 'mail/p5-MIME-Lite-TT')
-rw-r--r-- | mail/p5-MIME-Lite-TT/Makefile | 28 | ||||
-rw-r--r-- | mail/p5-MIME-Lite-TT/distinfo | 3 | ||||
-rw-r--r-- | mail/p5-MIME-Lite-TT/pkg-descr | 4 | ||||
-rw-r--r-- | mail/p5-MIME-Lite-TT/pkg-plist | 9 |
4 files changed, 44 insertions, 0 deletions
diff --git a/mail/p5-MIME-Lite-TT/Makefile b/mail/p5-MIME-Lite-TT/Makefile new file mode 100644 index 000000000000..68f489f0d203 --- /dev/null +++ b/mail/p5-MIME-Lite-TT/Makefile @@ -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> diff --git a/mail/p5-MIME-Lite-TT/distinfo b/mail/p5-MIME-Lite-TT/distinfo new file mode 100644 index 000000000000..b7703c6faa02 --- /dev/null +++ b/mail/p5-MIME-Lite-TT/distinfo @@ -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 diff --git a/mail/p5-MIME-Lite-TT/pkg-descr b/mail/p5-MIME-Lite-TT/pkg-descr new file mode 100644 index 000000000000..3b4d5ead56cf --- /dev/null +++ b/mail/p5-MIME-Lite-TT/pkg-descr @@ -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/ diff --git a/mail/p5-MIME-Lite-TT/pkg-plist b/mail/p5-MIME-Lite-TT/pkg-plist new file mode 100644 index 000000000000..8a85e35c774b --- /dev/null +++ b/mail/p5-MIME-Lite-TT/pkg-plist @@ -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 |