freebsd-ports/sysutils/debhelper/Makefile
Martin Wilke 5da731a1c0 A collection of programs that can be used in a debian/rules file to automate
common tasks related to building debian packages. Programs are included to
install various files into your package, compress files, fix file permissions,
integrate your package with the debian menu system, debconf, doc-base, etc.
Most debian packages use debhelper as part of their build process.

WWW:	http://joeyh.name/code/debhelper/

PR:		ports/175915
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
2013-02-08 09:08:19 +00:00

18 lines
395 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
USE_PERL5= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.mk>