d3b6c99818
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>
8 lines
128 B
Makefile
8 lines
128 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= libperl perl suidperl library pod utils x2p BSDPAN
|
|
|
|
MAINTAINER=markm@freebsd.org
|
|
|
|
.include <bsd.subdir.mk>
|