aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-WeakRef/Makefile
blob: a11584cb2988211144372d8c4a9644dba405679e (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:    p5-WeakRef
# Date created:     14 Jun 2006
# Whom:         Dmitry Marakasov <amdmi3@mail.ru>
#
# $FreeBSD$
#

PORTNAME=   WeakRef
PORTVERSION=    0.01
CATEGORIES= devel perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/L/LU/LUKKA/
PKGNAMEPREFIX=  p5-

MAINTAINER= amdmi3@mail.ru
COMMENT=    An API to the Perl weak references

PERL_CONFIGURE= yes

MAN3=       WeakRef.3

.include <bsd.port.mk>