blob: fa7e46e052588d9682f45b281065774b1bd3b81f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: p5-Quantum-Superpositions
# Date created: 01 Jun 2006
# Whom: Aaron Dalton <aaron@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Quantum-Superpositions
PORTVERSION= 2.02
CATEGORIES= lang science perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= QM-like superpositions in Perl
BUILD_DEPENDS= ${SITE_PERL}/Class/Multimethods.pm:${PORTSDIR}/devel/p5-Class-Multimethods
RUN_DEPENDS= ${BUILD_DEPENDS}
MAN3= Quantum::Superpositions.3
PERL_CONFIGURE= yes
.include <bsd.port.mk>
|