mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
1fbb8e8d8d
bluhm apparently added it before his import, i didn't see that and imported the tarball from ports@ which does not contain p5-Test-Script.
26 lines
418 B
Makefile
26 lines
418 B
Makefile
COMMENT = Facility for creating read-only scalars, arrays, and hashes
|
|
|
|
CPAN_AUTHOR = LEONT
|
|
|
|
DISTNAME = Const-Fast-0.014
|
|
|
|
CATEGORIES = devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
FIX_EXTRACT_PERMISSIONS = Yes
|
|
|
|
RUN_DEPENDS = devel/p5-Sub-Exporter-Progressive>=0.001007
|
|
|
|
TEST_DEPENDS = devel/p5-Test-Fatal \
|
|
devel/p5-Test-Script>=1.05
|
|
|
|
CONFIGURE_STYLE = modbuild tiny
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|