freebsd-ports/net/ssspl/Makefile
Mathieu Arnold d26ef18700 Cleanup no longer needed CHMOD usage after r424898.
PR:		213743
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-11-02 22:45:14 +00:00

30 lines
614 B
Makefile

# Created by: Hung-Yi Chen <gaod@hychen.org>
# $FreeBSD$
PORTNAME= ssspl
PORTVERSION= 0.1
CATEGORIES= net perl5
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/sss.pl%20v${PORTVERSION}/
DISTNAME= sss
EXTRACT_SUFX= .pl
MAINTAINER= gaod@hychen.org
COMMENT= Simple Socks Server for Perl
RUN_DEPENDS= p5-URI>=0:net/p5-URI \
p5-libwww>=0:www/p5-libwww
NO_BUILD= yes
USES= shebangfix
SHEBANG_FILES= sss.pl
PLIST_FILES= sbin/sss.pl
STRIP=
do-extract:
@${MKDIR} ${WRKSRC}
@${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${DISTFILES} ${STAGEDIR}${PREFIX}/sbin
.include <bsd.port.mk>