diff options
author | tobez <tobez@FreeBSD.org> | 2003-03-06 06:48:30 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2003-03-06 06:48:30 +0800 |
commit | 3620b28bacf4e8c00fb70c1193e66fc5f96e0691 (patch) | |
tree | 77e220d16e6b121f90233a5c41415337460e925d /mail/p5-Mail-Sender | |
parent | 5b806121d28b87cba46d3c9e99b6a920f5f787aa (diff) | |
download | freebsd-ports-graphics-3620b28bacf4e8c00fb70c1193e66fc5f96e0691.tar.gz freebsd-ports-graphics-3620b28bacf4e8c00fb70c1193e66fc5f96e0691.tar.zst freebsd-ports-graphics-3620b28bacf4e8c00fb70c1193e66fc5f96e0691.zip |
Update to 0.8.05.
Diffstat (limited to 'mail/p5-Mail-Sender')
-rw-r--r-- | mail/p5-Mail-Sender/Makefile | 6 | ||||
-rw-r--r-- | mail/p5-Mail-Sender/distinfo | 2 | ||||
-rw-r--r-- | mail/p5-Mail-Sender/pkg-comment | 1 |
3 files changed, 4 insertions, 5 deletions
diff --git a/mail/p5-Mail-Sender/Makefile b/mail/p5-Mail-Sender/Makefile index c8116d0eb65..2ed79d7fc7b 100644 --- a/mail/p5-Mail-Sender/Makefile +++ b/mail/p5-Mail-Sender/Makefile @@ -6,20 +6,20 @@ # PORTNAME= Mail-Sender -PORTVERSION= 0.8.04 +PORTVERSION= 0.8.05 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Mail PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org +COMMENT= Module for sending mails with attachments through an SMTP server -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Mail::Sender.3 post-patch: diff --git a/mail/p5-Mail-Sender/distinfo b/mail/p5-Mail-Sender/distinfo index b65d7ba6039..b26fba23684 100644 --- a/mail/p5-Mail-Sender/distinfo +++ b/mail/p5-Mail-Sender/distinfo @@ -1 +1 @@ -MD5 (Mail-Sender-0.8.04.tar.gz) = e2bac752f6d8642ca5b60e1fe25c05bd +MD5 (Mail-Sender-0.8.05.tar.gz) = b163c9a2cc3ff3efd81454c86951d924 diff --git a/mail/p5-Mail-Sender/pkg-comment b/mail/p5-Mail-Sender/pkg-comment deleted file mode 100644 index 0e90c99f0ae..00000000000 --- a/mail/p5-Mail-Sender/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Module for sending mails with attachments through an SMTP server |