freebsd-ports/sysutils/debhelper/Makefile

19 lines
407 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= debhelper
PORTVERSION= 9.20120909
CATEGORIES= sysutils
MASTER_SITES= DEBIAN
DISTFILES= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFX}
MAINTAINER= gslin@gslin.org
COMMENT= Helper programs for debian/rules
MAKE_ENV+= SITE_PERL_REL=${SITE_PERL_REL}
NO_BUILD= yes
USES= perl5
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_STAGE= yes
.include <bsd.port.mk>