freebsd-ports/devel/p5-Stream/Makefile
Sunpoet Po-Chuan Hsieh 5a1667a063 - Add LICENSE
- Pass maintainership to submitter
- While I'm here, remove Author line

PR:		ports/189545
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-25 12:38:14 +00:00

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>