freebsd-ports/devel/p5-WeakRef/Makefile
Dmitry Marakasov e696084d23 Update my email address in 132 ports.
Approved by:	miwi (mentor)
2008-06-19 17:28:24 +00:00

22 lines
425 B
Makefile

# New ports collection makefile for: p5-WeakRef
# Date created: 14 Jun 2006
# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru>
#
# $FreeBSD$
#
PORTNAME= WeakRef
PORTVERSION= 0.01
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/L/LU/LUKKA
PKGNAMEPREFIX= p5-
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= An API to the Perl weak references
PERL_CONFIGURE= yes
MAN3= WeakRef.3
.include <bsd.port.mk>