5a1667a063
- Pass maintainership to submitter - While I'm here, remove Author line PR: ports/189545 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
18 lines
310 B
Makefile
18 lines
310 B
Makefile
# Created by: Aaron Dalton <aaron@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Stream
|
|
PORTVERSION= 1.00
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Generic stream classes for Perl
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|