e16203444e
- Fix shebang - Update pkg-descr - Use single space after WWW: - Take maintainership Changes: http://source.joeyh.branchable.com/?p=source.git
20 lines
427 B
Makefile
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>
|