blob: d36e5b9548e67ae54895f0cd169c5ce7167ca993 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: p5-HOP-Stream
# Date created: 2010-03-04
# Whom: Steve Wills <steve@mouf.net>
#
# $FreeBSD$
#
PORTNAME= HOP-Stream
PORTVERSION= 0.03
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/O/OV/OVID
PKGNAMEPREFIX= p5-
MAINTAINER= swills@FreeBSD.org
COMMENT= Higher Order Perl Streams
PERL_MODBUILD= yes
MAN3= HOP::Stream.3
.include <bsd.port.mk>
|