head	1.4;
access;
symbols;
locks; strict;
comment	@# @;


1.4
date	2002.05.16.09.57.05;	author markm;	state dead;
branches;
next	1.3;

1.3
date	2001.12.17.13.59.34;	author ru;	state Exp;
branches;
next	1.2;

1.2
date	2001.05.01.09.25.23;	author joe;	state Exp;
branches;
next	1.1;

1.1
date	2001.04.03.18.38.51;	author joe;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Remove the perl build. Farewell, old friend.
@
text
@# $FreeBSD: src/gnu/usr.bin/perl/BSDPAN/Makefile,v 1.3 2001/12/17 13:59:34 ru Exp $
#
# Doing a make install builds /usr/libdata/perl/BSDPAN

.include "Makefile.inc"

NOOBJ=		noobj
FILES=		BSDPAN.pm Config.pm
FILESDIR=	${BSDPANDIR}

clean:

SUBDIR=		BSDPAN ExtUtils

.include <bsd.prog.mk>
@


1.3
log
@FILES support for bsd.prog.mk.  See bsd.README for details.

Stolen from:	NetBSD
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.2
log
@* Add Config.pm to fight situations when perldoc(1) showed a manual page
  for a module overridden by BSDPAN instead of the original module.

* Fix wrong manual section numbers in SEE ALSO.

* Add `Revision 42' to the beer-ware license.  The BSDPAN author did not
  originally get the reference and removed the revision from original
  phk's version.

Submitted by:	Anton Berezin <tobez@@tobez.org>
@
text
@d1 1
a1 1
# $FreeBSD: src/gnu/usr.bin/perl/BSDPAN/Makefile,v 1.1 2001/04/03 18:38:51 joe Exp $
d5 1
a5 1
DDIR=	${DESTDIR}/usr/libdata/perl/BSDPAN
d7 3
a9 1
NOOBJ=	noobj
d11 1
a11 1
all clean cleandir depend lint tags:
d13 1
a13 6
FILES=	BSDPAN.pm BSDPAN/Override.pm Config.pm ExtUtils/MM_Unix.pm ExtUtils/Packlist.pm

.for file in ${FILES}
beforeinstall::
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${file} ${DDIR}/${file}
.endfor
@


1.1
log
@Commit the first version of BSDPAN.

BSDPAN is the collection of modules that provides tighter than ever
integration of Perl into BSD Unix.

Currently, BSDPAN does the following:

o makes p5- FreeBSD ports PREFIX-clean;

o registers Perl modules in the FreeBSD package database with a
  package name derived from the module name.
  The name is of the form: bsdpan-ModuleName-V.VV.

Anyone interested in where BSDPAN is developing should read Anton's
message to the ports mailling list:
	Message-ID: <20010105040828.A26011@@heechee.tobez.org>

Submitted by:	Anton Berezin <tobez@@tobez.org>
@
text
@d1 1
a1 1
# $FreeBSD$
d11 1
a11 1
FILES=	BSDPAN.pm BSDPAN/Override.pm ExtUtils/MM_Unix.pm ExtUtils/Packlist.pm
@

