freebsd-ports/devel/p5-WeakRef/Makefile
Andrej Zverev dec946ad51 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
2011-06-20 08:37:15 +00:00

22 lines
408 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= CPAN: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>