blob: a9c4aab3c0c06559391834a5521c5ece43141869 (
plain) (
blame)
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: devel/p5-Perl6-Say
# Date created: 2007/07/28
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= Perl6-Say
PORTVERSION= 0.15
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl 6 say (print, but no newline needed) function
PERL_CONFIGURE= yes
MAN3= Perl6::Say.3
.include <bsd.port.mk>
|