# New ports collection makefile for: p5-Email-Abstract # Date created: 2004-07-26 # Whom: Lars Thegler # # $FreeBSD$ # PORTNAME= Email-Abstract PORTVERSION= 2.01 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Email PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Unified interface to mail representations BUILD_DEPENDS= ${SITE_PERL}/Module/Pluggable.pm:${PORTSDIR}/devel/p5-Module-Pluggable \ ${SITE_PERL}/Email/Simple.pm:${PORTSDIR}/mail/p5-Email-Simple RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= Email::Abstract.3 \ Email::Abstract::EmailMIME.3 \ Email::Abstract::EmailSimple.3 \ Email::Abstract::MIMEEntity.3 \ Email::Abstract::MailInternet.3 \ Email::Abstract::MailMessage.3 .include .if ${PERL_LEVEL} <= 500504 post-patch: @${PERL} -pi -e '$$_ = "" if /use 5.006;/;' \ -e '$$_ = "" if /use warnings;/;' \ -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1); $$1/;' \ ${WRKSRC}/Makefile.PL \ ${WRKSRC}/lib/Email/Abstract.pm .endif .include bsd-ports-gnome' href='/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/'>freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Git and myself don't get along, I messed up the master branch really goodKoop Mast2019-07-273-51/+45
|\
| * Remove outdated PERL_LEVEL checksunpoet2019-05-132-7/+1
|/
* Only append to EXTRA_PATCHES after bsd.port.pre.mktobik2019-02-011-1/+1
* Unbreak on recent Perl.des2018-10-052-1/+45
* Remove all := from BUILD_DEPENDS, here are never needed.mat2018-07-091-2/+2
* Update WWWsunpoet2018-05-28