mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
20 lines
399 B
Makefile
20 lines
399 B
Makefile
# 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= ports@FreeBSD.org
|
|
COMMENT= Perl extension for STL-like object management
|
|
|
|
PERL_CONFIGURE= 5.8.7+
|
|
|
|
.include <bsd.port.mk>
|