72078a5e2a
- update license marker, it is not specifically "artistic" it is "under the same terms as perl itself" so just use "Perl".
18 lines
365 B
Makefile
18 lines
365 B
Makefile
# $OpenBSD: Makefile,v 1.7 2012/05/14 09:33:48 sthen Exp $
|
|
|
|
COMMENT= module to bubble-babble fingerprints
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Digest-BubbleBabble-0.02
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|