SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
19
devel/p5-Mock-Config/Makefile
Normal file
19
devel/p5-Mock-Config/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
COMMENT = temporarily set Config or XSConfig values
|
||||
|
||||
DISTNAME = Mock-Config-0.03
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
# Artistic 2.0
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
|
||||
PKG_ARCH = *
|
||||
|
||||
CPAN_AUTHOR = RURBAN
|
||||
|
||||
MAKE_ENV += RELEASE_TESTING=Yes TEST_POD=Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Mock-Config/distinfo
Normal file
2
devel/p5-Mock-Config/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Mock-Config-0.03.tar.gz) = pbg0V1fKTyuTNfW+FOk+u7UChlIzp1W/U7xxVt7sABs=
|
||||
SIZE (Mock-Config-0.03.tar.gz) = 6139
|
3
devel/p5-Mock-Config/pkg/DESCR
Normal file
3
devel/p5-Mock-Config/pkg/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
This module temporarily sets Config or XSConfig, as a workaround
|
||||
to XSConfig being readonly. The importer works only dynamically,
|
||||
not lexically yet.
|
3
devel/p5-Mock-Config/pkg/PLIST
Normal file
3
devel/p5-Mock-Config/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/Mock/
|
||||
${P5SITE}/Mock/Config.pm
|
||||
@man man/man3p/Mock::Config.3p
|
Loading…
Add table
Add a link
Reference in a new issue