diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-15 22:54:36 +0800 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-15 22:54:36 +0800 |
commit | e47ac01488c933a3a8a38b32ba35d4f9c4992493 (patch) | |
tree | 91f65c922c2cbbcdd7ea9f42b5c0a34dcfedcb0c /net/sendemail | |
parent | 3796ff69397692329dd89edad8abbabebdc2e36c (diff) | |
download | freebsd-ports-gnome-e47ac01488c933a3a8a38b32ba35d4f9c4992493.tar.gz freebsd-ports-gnome-e47ac01488c933a3a8a38b32ba35d4f9c4992493.tar.zst freebsd-ports-gnome-e47ac01488c933a3a8a38b32ba35d4f9c4992493.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'net/sendemail')
-rw-r--r-- | net/sendemail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/sendemail/Makefile b/net/sendemail/Makefile index c4c220982d1f..9fc53feea699 100644 --- a/net/sendemail/Makefile +++ b/net/sendemail/Makefile @@ -16,8 +16,9 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= itetcu@FreeBSD.org COMMENT= Lightweight, completely command line based, SMTP email agent +USES= perl5 +USE_PERL5= run NO_BUILD= yes -USE_PERL5_RUN= yes PLIST_FILES= bin/sendEmail PORTDOCS= CHANGELOG README TODO |