mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
23ac2035b9
I've got a brand new hosting, so change my email to the new one. Also, now I can mirror some distfiles, so update MASTER_SITES for some ports. PR: ports/107038 Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
23 lines
444 B
Makefile
23 lines
444 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= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= ../../authors/id/L/LU/LUKKA/
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= amdmi3@amdmi3.ru
|
|
COMMENT= An API to the Perl weak references
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= WeakRef.3
|
|
|
|
.include <bsd.port.mk>
|