SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

19
devel/p5-Curses/Makefile Normal file
View file

@ -0,0 +1,19 @@
COMMENT= terminal screen handling and optimisation
MODULES= cpan
DISTNAME = Curses-1.32
CPAN_AUTHOR= GIRAFFED
EXTRACT_SUFX= .tgz
FIX_EXTRACT_PERMISSIONS = Yes
REVISION = 1
CATEGORIES= devel
PERMIT_PACKAGE= Yes
WANTLIB += c curses form menu panel perl
MAKE_FLAGS=PASTHRU_DEFINE='-idirafter $${PERL_INC}'
CONFIGURE_ARGS= PANELS MENUS FORMS
.include <bsd.port.mk>

2
devel/p5-Curses/distinfo Normal file
View file

@ -0,0 +1,2 @@
SHA256 (Curses-1.32.tgz) = XbpE/XlkgG2XZeZpK8frjrMK7O0nQPKLmkBwpdFLplA=
SIZE (Curses-1.32.tgz) = 134753

View file

@ -0,0 +1,4 @@
Curses is the interface between Perl and the curses(3) library.
For descriptions on the usage of a given function, variable, or
constant, refer to the curses(3) library manual pages.

View file

@ -0,0 +1,6 @@
${P5ARCH}/
${P5ARCH}/Curses.pm
${P5ARCH}/auto/
${P5ARCH}/auto/Curses/
${P5ARCH}/auto/Curses/Curses.so
@man man/man3p/Curses.3p