diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-02-26 12:41:07 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-02-26 12:41:07 +0000 |
commit | 8e76294aa53d5bdb5138d63fe1aa10b32612c5aa (patch) | |
tree | 2261f01e32bb3f37b626f7ee14d270e008ac547f /mail/p5-Mail-Sender/Makefile | |
parent | 2a411f8ca2964c8561d3d1c0659f74edba59e2d5 (diff) |
Notes
Diffstat (limited to 'mail/p5-Mail-Sender/Makefile')
-rw-r--r-- | mail/p5-Mail-Sender/Makefile | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/mail/p5-Mail-Sender/Makefile b/mail/p5-Mail-Sender/Makefile index ef2dcc38ac58..2b0f8fa8ebdd 100644 --- a/mail/p5-Mail-Sender/Makefile +++ b/mail/p5-Mail-Sender/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Mail-Sender -PORTVERSION= 0.7.04 +PORTVERSION= 0.7.06 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Mail @@ -17,18 +17,12 @@ MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 -USE_PERL5= YES +USE_PERL5= yes +PERL_CONFIGURE= yes -IS_INTERACTIVE= YES +IS_INTERACTIVE= yes MAN3= Mail::Sender.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -do-configure: -.if defined(PACKAGE_BUILDING) - @${CHMOD} u+w ${WRKSRC}/Config.PL - @${ECHO} exit > ${WRKSRC}/Config.PL -.endif - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - .include <bsd.port.mk> |