diff options
author | danilo <danilo@FreeBSD.org> | 2013-10-16 08:17:01 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2013-10-16 08:17:01 +0800 |
commit | 4d5de9551834c7482f4baab0e1526df94f908daa (patch) | |
tree | 04dea2a7b7ae88c01d3f47ff12e5986e41800992 | |
parent | d5373f69c011e520350cf361630928deb15147ea (diff) | |
download | freebsd-ports-gnome-4d5de9551834c7482f4baab0e1526df94f908daa.tar.gz freebsd-ports-gnome-4d5de9551834c7482f4baab0e1526df94f908daa.tar.zst freebsd-ports-gnome-4d5de9551834c7482f4baab0e1526df94f908daa.zip |
- Improve COMMENT
- Add "Created by" in header
- Change maintainer email to @FreeBSD.org
Approved by: wg/culot (mentors, implicit)
-rw-r--r-- | security/pev/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/pev/Makefile b/security/pev/Makefile index 8941e973dea9..0c027c627193 100644 --- a/security/pev/Makefile +++ b/security/pev/Makefile @@ -1,3 +1,4 @@ +# Created by: Danilo Egea Gondolfo <danilo@FreeBSD.org> # $FreeBSD$ PORTNAME= pev @@ -6,8 +7,8 @@ PORTREVISION= 2 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ -MAINTAINER= danilogondolfo@gmail.com -COMMENT= The PE analysis toolkit +MAINTAINER= danilo@FreeBSD.org +COMMENT= PE analysis toolkit LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre |