freebsd-ports/sysutils/debhelper/Makefile
Sunpoet Po-Chuan Hsieh e16203444e - Update to 9.20140613
- Fix shebang
- Update pkg-descr
- Use single space after WWW:
- Take maintainership

Changes:	http://source.joeyh.branchable.com/?p=source.git
2014-07-04 02:48:20 +00:00

20 lines
427 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= debhelper
PORTVERSION= 9.20140613
CATEGORIES= sysutils
MASTER_SITES= DEBIAN
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Helper programs for debian/rules
MAKE_ARGS= PREFIX=${PREFIX} SITE_PERL=${SITE_PERL}
NO_BUILD= yes
USES= gmake perl5 shebangfix
WRKSRC= ${WRKDIR}/${PORTNAME}
SHEBANG_FILES= dh*
.include <bsd.port.mk>