freebsd-ports/textproc/libtext-charwidth-perl/Makefile
Andrey Slusar c81c300815 This is a part of fakeroot project.
Fakeroot runs a command in an environment were it appears to have
root privileges for file manipulation, by setting LD_PRELOAD to a
library with alternative versions of getuid(), stat(), etc. This
is useful for allowing users to create archives (tar, ar, .deb .rpm
etc.) with files in them with root permissions/ownership. Without
fakeroot one would have to have root privileges to create the
constituent files of the archives with the correct permissions and
ownership, and then pack them up, or one would have to construct
the archives directly, without using the archiver.

WWW: http://freshmeat.net/projects/fakeroot

PR:		ports/91532
Submitted by:	Meno Abels <meno.abels@adviser.com>
2006-01-24 19:36:51 +00:00

34 lines
817 B
Makefile

# New ports collection makefile for: libtext-charwidth-perl
# Date created: 08 Januar 2006
# Whom: Meno Abels <meno.abels@adviser.com>
#
# $FreeBSD$
#
PORTNAME= libtext-charwidth-perl
PORTVERSION= 0.04
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_DEBIAN}
MASTER_SITE_SUBDIR= pool/main/libt/libtext-charwidth-perl
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= Meno.Abels@Adviser.com
COMMENT= Documentation gettext tools
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PERL_CONFIGURE= yes
MAN3= Text::CharWidth.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= perl 5.8 or newer required. Install lang/perl5.8 and try again
.endif
post-extract:
@${MV} ${WRKSRC}.orig ${WRKSRC}
.include <bsd.port.post.mk>