- Initial import of Module-Refresh-1.02
This module is a generalization of the functionality provided by Apache::StatINC. It's designed to make it easy to do simple iterative development when working in a persistent environment.
This commit is contained in:
parent
78a403a8e3
commit
064c63b0fb
23
devel/p5-Module-Refresh/Makefile
Normal file
23
devel/p5-Module-Refresh/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/12/21 03:57:55 msf Exp $
|
||||
|
||||
COMMENT= "refresh perl %INC files when updated on disk"
|
||||
|
||||
DISTNAME= Module-Refresh-0.05
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
|
||||
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
||||
|
||||
# Artistic
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Module-Refresh/distinfo
Normal file
3
devel/p5-Module-Refresh/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Module-Refresh-0.05.tar.gz) = f6f31b1cbc81e9ddafa69e4889744488
|
||||
RMD160 (Module-Refresh-0.05.tar.gz) = 3f79e743e1aa1fe260be58058da928e51ccbb952
|
||||
SHA1 (Module-Refresh-0.05.tar.gz) = 7d62474fc9396657f413c339c8637c0fdc40c4b5
|
4
devel/p5-Module-Refresh/pkg/DESCR
Normal file
4
devel/p5-Module-Refresh/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
This module is a generalization of the functionality provided by
|
||||
Apache::StatINC. It's designed to make it easy to do simple iterative
|
||||
development when working in a persistent environment.
|
||||
|
4
devel/p5-Module-Refresh/pkg/PLIST
Normal file
4
devel/p5-Module-Refresh/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/12/21 03:57:55 msf Exp $
|
||||
${P5SITE}/Module/
|
||||
${P5SITE}/Module/Refresh.pm
|
||||
@man man/man3p/Module::Refresh.3p
|
Loading…
Reference in New Issue
Block a user