mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Update to 20130209.0
- STAGEify - Add LICENSE - Unmute install command PR: ports/185817 Submitted by: Takefu <takefu@airport.fm>
This commit is contained in:
parent
51f80a1fa8
commit
454a1987c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340457
@ -2,13 +2,15 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= swaks
|
||||
PORTVERSION= 20120320.0
|
||||
PORTVERSION= 20130209.0
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://jetmore.org/john/code/swaks/
|
||||
|
||||
MAINTAINER= beat@FreeBSD.org
|
||||
COMMENT= Swiss Army Knife SMTP transaction tester
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
OPTIONS_DEFINE= PERL_NET_DNS PERL_NET_SSLEAY PERL_AUTHEN_NTLM
|
||||
@ -19,7 +21,6 @@ PERL_AUTHEN_NTLM_DESC= Add support for AUTH NTLM
|
||||
USES= perl5
|
||||
USE_PERL5= run
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MPERL_NET_DNS}
|
||||
@ -39,7 +40,7 @@ do-build:
|
||||
${WRKSRC}/${PORTNAME} > ${WRKSRC}/${PORTNAME}.pl
|
||||
|
||||
do-install:
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME}
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (swaks-20120320.0.tar.gz) = 2fd271fde7eb3dd23559590a1bab6fe9e5ff37cde0124328d634059b22eaf2db
|
||||
SIZE (swaks-20120320.0.tar.gz) = 90759
|
||||
SHA256 (swaks-20130209.0.tar.gz) = 0b0967256dca82776f610f1db862bc47644b236f325fa48cbdb2651babd41f7c
|
||||
SIZE (swaks-20130209.0.tar.gz) = 102227
|
||||
|
Loading…
Reference in New Issue
Block a user