SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
19
devel/p5-Curses/Makefile
Normal file
19
devel/p5-Curses/Makefile
Normal 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
2
devel/p5-Curses/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Curses-1.32.tgz) = XbpE/XlkgG2XZeZpK8frjrMK7O0nQPKLmkBwpdFLplA=
|
||||
SIZE (Curses-1.32.tgz) = 134753
|
4
devel/p5-Curses/pkg/DESCR
Normal file
4
devel/p5-Curses/pkg/DESCR
Normal 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.
|
6
devel/p5-Curses/pkg/PLIST
Normal file
6
devel/p5-Curses/pkg/PLIST
Normal file
|
@ -0,0 +1,6 @@
|
|||
${P5ARCH}/
|
||||
${P5ARCH}/Curses.pm
|
||||
${P5ARCH}/auto/
|
||||
${P5ARCH}/auto/Curses/
|
||||
${P5ARCH}/auto/Curses/Curses.so
|
||||
@man man/man3p/Curses.3p
|
Loading…
Add table
Add a link
Reference in a new issue