blob: 1c02cf636d1bdbbaefa9f65229bb0f84bb63a9b9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: p5-Class-STL-Containers
# Date created: 12 Jun 2006
# Whom: Aaron Dalton <aaron@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Class-STL-Containers
PORTVERSION= 0.35
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= aaron@FreeBSD.org
COMMENT= Perl extension for STL-like object management
PERL_CONFIGURE= 5.8.7+
.include <bsd.port.mk>
|