mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 02:00:30 -04:00
23 lines
489 B
Makefile
23 lines
489 B
Makefile
# Created by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
|
|
|
|
PORTNAME= IO-BufferedSelect
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Line-buffered select interface
|
|
|
|
LICENSE= PERL
|
|
LICENSE_NAME= Perl license
|
|
LICENSE_FILE= ${WRKSRC}/README
|
|
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= yes
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|