freebsd-ports/devel/p5-Perl6-Junction/Makefile
2007-07-18 16:24:15 +00:00

25 lines
564 B
Makefile

# New ports collection makefile for: devel/p5-Perl6-Junction
# Date created: 18 Jul 2007
# Whom: Erwin Lansing <erwin@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Perl6-Junction
PORTVERSION= 1.30000
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Perl6
PKGNAMEPREFIX= p5-
MAINTAINER= erwin@FreeBSD.org
COMMENT= Perl6 style Junction operators in Perl5
BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Perl6::Junction.3
.include <bsd.port.mk>