cleanup mickey's mess
This commit is contained in:
parent
900ede7f43
commit
e75d2982b5
@ -1,13 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2000/09/19 15:01:10 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2000/09/19 15:40:41 brad Exp $
|
||||
|
||||
DISTNAME= FreezeThaw-0.3
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
NEED_VERSION= 1.330
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= FreezeThaw
|
||||
|
||||
BROKEN= "Incomplete work"
|
||||
MASTER_SITE_SUBDIR= FreezeThaw
|
||||
|
||||
MAINTAINER= ports@openbsd.org
|
||||
|
||||
@ -18,6 +16,4 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
ALL_TARGET= test
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
A module for converting Perl structures to strings and back
|
||||
module for converting structures to strings and back
|
||||
|
@ -1,7 +1,6 @@
|
||||
Converts data to/from stringified form, appropriate for
|
||||
saving-to/reading-from permanent storage.
|
||||
|
||||
Deals with objects, circular lists, repeated appearence of
|
||||
the same refence. Does not deal with overloaded stringify
|
||||
operator yet.
|
||||
Converts data to/from stringified form, appropriate for
|
||||
saving-to/reading-from permanent storage.
|
||||
|
||||
Deals with objects, circular lists, repeated appearence of
|
||||
the same refence. Does not deal with overloaded stringify
|
||||
operator yet.
|
||||
|
@ -1,9 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/09/19 05:19:00 mickey Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2000/09/19 15:40:42 brad Exp $
|
||||
libdata/perl5/site_perl/FreezeThaw.pm
|
||||
libdata/perl5/site_perl/i386-openbsd/auto/FreezeThaw/.packlist
|
||||
libdata/perl5/site_perl/${ARCH}-openbsd/auto/FreezeThaw/.packlist
|
||||
man/man3/FreezeThaw.3p
|
||||
@dirrm libdata/perl5/site_perl/i386-openbsd/auto/FreezeThaw
|
||||
@dirrm libdata/perl5/site_perl/i386-openbsd/auto
|
||||
@dirrm libdata/perl5/site_perl/i386-openbsd
|
||||
@dirrm libdata/perl5/site_perl
|
||||
@dirrm libdata/perl5
|
||||
@dirrm libdata/perl5/site_perl/${ARCH}-openbsd/auto/FreezeThaw
|
||||
|
Loading…
Reference in New Issue
Block a user